Skip to content

Commit

Permalink
Forgot to install dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Mar 13, 2024
1 parent f74e9c0 commit 39ec7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: '3.9'

- run: |
python -m pip install .[docs,test]
python -m pip install .[docs,test,dev]
- run: bash scripts/check_syntax.sh

Expand Down

0 comments on commit 39ec7f3

Please sign in to comment.