We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb73a3 commit 8f92230Copy full SHA for 8f92230
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
< 86BC div class="diff-text-inner"> python-version: ${{ matrix.python-version }}
23
- name: Install dependencies
24
- run: pip install tox
+ run: pip install tox pytest-github-actions-annotate-failures
25
- name: Run tests
26
env:
27
TOXENV: ${{ matrix.toxenv }}
@@ -38,7 +38,7 @@ jobs:
38
39
python-version: ${{ matrix.python-version }}
40
41
42
43
44
0 commit comments