Skip to content

Commit

Permalink
more meddling with the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasprlic committed Jan 21, 2025
1 parent b6bf4b6 commit 1a857f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,13 @@ jobs:

- name: Install dependencies
run: |
pip install --upgrade setuptools
pip install pytest
pip install pytest-cov
pip install -e .[dev]
- name: Test with pytest
run: |
pip install pytest
pip install pytest-cov
make test
deploy:
Expand Down

0 comments on commit 1a857f9

Please sign in to comment.