Skip to content

Commit

Permalink
changed workflow to pip pytest 7.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Beard committed Mar 23, 2024
1 parent 41e035e commit b0450f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest coverage coveralls pytest-cov
python -m pip install flake8 pytest==7.4.4 coverage coveralls pytest-cov
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Build adslib
run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ packaging==21.0
# tox
platformdirs==2.4.0
# via virtualenv
pluggy==1.3.0
pluggy==1.0.0
# via tox
py==1.10.0
# via tox
Expand Down

0 comments on commit b0450f6

Please sign in to comment.