Skip to content

Commit

Permalink
Install all requirements during build
Browse files Browse the repository at this point in the history
  • Loading branch information
angely-dev committed Aug 22, 2024
1 parent 5c00774 commit 94fca35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install black mypy
python -m pip install -r requirements.txt
python -m pip install -r requirements-dev.txt
- name: Check code formatting
run: |
black --check .
Expand Down

0 comments on commit 94fca35

Please sign in to comment.