Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
  • Loading branch information
iory committed Jan 2, 2024
1 parent 30f2c56 commit d041a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Install Pytest
run: |
python -m pip install --upgrade pip setuptools wheel
pip install pytest hacking pytest-cov
pip install pytest hacking pytest-cov coverage==6.3.1
- name: Install python package
run: pip install .
- name: Run Pytest
Expand Down

0 comments on commit d041a95

Please sign in to comment.