Skip to content

Commit

Permalink
try this version
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpus committed Mar 14, 2022
1 parent 1971c74 commit 722c9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- script: |
python -m pip install --upgrade pip
pip install --upgrade pytest>3.7.0 # skip buggy version
pip install --upgrade pytest==7.0.1 # 7.1.0 is buggy
pip install . .[test]
displayName: 'Install dependencies'
Expand Down

0 comments on commit 722c9f2

Please sign in to comment.