Skip to content

Commit

Permalink
Add setuptools to test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzl committed Feb 12, 2025
1 parent 55e8eee commit 8e66067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
run: |
python -m pip install .
python -m pip install pytest-cov
python -m pip install setuptools
- name: Test with pytest
run: |
pytest --cov
1 change: 1 addition & 0 deletions .github/workflows/sonar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: |
python -m pip install .
python -m pip install pytest-cov
python -m pip install setuptools
- name: Test with pytest
run: |
pytest --cov
Expand Down

0 comments on commit 8e66067

Please sign in to comment.