Skip to content

Commit

Permalink
downgrade pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
kip-hart authored Dec 31, 2024
1 parent 9b62488 commit 46d8b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
pip install flake8 pytest pytest-metadata pytest-cov coveralls
pip install flake8 pytest==3.2.5 pytest-cov coveralls
pip install --upgrade pluggy
- name: Install package requirements
run: pip install -r requirements.txt
Expand Down

0 comments on commit 46d8b4a

Please sign in to comment.