Skip to content

Commit

Permalink
Update pip install command to include test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenselander committed Jan 15, 2024
1 parent 4e38fee commit 5e835f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install package and dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest
python -m pip install .[test]
- name: Run all tests in the tests folder with pytest
run: |
python -m pytest tests

0 comments on commit 5e835f7

Please sign in to comment.