Skip to content

Commit

Permalink
trying to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasprlic committed Sep 6, 2024
1 parent 401c5a3 commit 336ea2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:

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

0 comments on commit 336ea2c

Please sign in to comment.