Pin pytest-github-actions-annotate-failures to fix broken CI (#58351)

This commit is contained in:
Franck Nijhof
2021-10-24 21:22:17 +02:00
committed by GitHub
parent f4c2c54e84
commit c6a278a544

View File

@@ -682,7 +682,7 @@ jobs:
# Ideally this should be part of our dependencies
# However this plugin is fairly new and doesn't run correctly
# on a non-GitHub environment.
pip install pytest-github-actions-annotate-failures
pip install pytest-github-actions-annotate-failures==0.1.3
- name: Run pytest
run: |
. venv/bin/activate