Skip to content

Commit

Permalink
Added dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
whitead committed Jul 24, 2024
1 parent f1b0851 commit 377e8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
working-directory: python
run: |
python -m pip install --upgrade pip
if [ -f dev-requirements.txt ]; then pip install -r dev-requirements.txt; fi
pip install -r ../dev-requirements.txt
- name: Install
working-directory: python
run: |
Expand Down

0 comments on commit 377e8f7

Please sign in to comment.