Skip to content

Commit

Permalink
Merge pull request #373 from chrisbeardy/3.4.0
Browse files Browse the repository at this point in the history
changed workflow to pip pytest 7.4.4 - fixes CI
  • Loading branch information
chrisbeardy authored Mar 23, 2024
2 parents 41e035e + b0450f6 commit 5b82ec2
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 5b82ec2

Please sign in to comment.