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 f55d451 commit 27174e6
Showing 1 changed file with 1 addition 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 @@ -35,6 +35,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --use-deprecated=legacy-resolver -e .[dev]
pip install pytest
- name: Lint with Ruff
run: |
Expand Down

0 comments on commit 27174e6

Please sign in to comment.