Skip to content

Commit

Permalink
fix(CICD): trying to get unit tests to run again
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasprlic committed Sep 11, 2024
1 parent 27174e6 commit 6a06773
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
- name: Install test dependencies
run: |
python -m pip install --upgrade pip
pip install --use-deprecated=legacy-resolver -e .[dev]
pip install pytest
pip install --use-deprecated=legacy-resolver -e .[dev,test]
- name: Lint with Ruff
run: |
Expand Down Expand Up @@ -71,7 +70,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
make devready
make develop
- name: Test with pytest
run: |
Expand Down

0 comments on commit 6a06773

Please sign in to comment.