We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56f24cb + a649186 commit 5ad0e9aCopy full SHA for 5ad0e9a
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install dependencies
30
run: |
31
python -m pip install --upgrade pip
32
- python -m pip install pytest pytest-cov pytest-github-actions-annotate-failures
+ python -m pip install pytest pytest-cov pytest-github-actions-annotate-failures==0.2.0
33
pip install .[dev]
34
35
# https://stackoverflow.com/questions/985876/tee-and-exit-status
0 commit comments