Skip to content

Commit

Permalink
Fixed requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgierens committed Dec 5, 2023
1 parent 8f74844 commit 403d9d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: |
pip install flake8 mypy black
pip install -r requirements.txt
pip install -r requirements-dev.txt
- name: Set execute permission for build.sh and dist.sh
run: |
chmod +x ./scripts/lint.sh
Expand Down

0 comments on commit 403d9d2

Please sign in to comment.