Skip to content

Commit

Permalink
Add dev requirements to build
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-p-smith committed Jan 30, 2024
1 parent 4766d9a commit 0f29c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
architecture: x64
- name: Install dependencies
run: |
pip install -r code/requirements.txt
pip install -r code/requirements.txt -r code/dev-requirements.txt
- name: Run Python tests
run: python -m pytest --rootdir=code -m "not azure"

0 comments on commit 0f29c30

Please sign in to comment.