Skip to content

Commit f973883

Browse files
authored
Use pytest-github-actions-annotate-failures (#694)
1 parent 6d2276c commit f973883

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Install the Python dependencies
2121
run: |
2222
pip install -e ".[test]"
23+
pip install pytest-github-actions-annotate-failures
2324
- name: List installed packages
2425
run: |
2526
pip freeze

.github/workflows/python-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,6 @@ jobs:
100100
- name: Install From SDist
101101
run: |
102102
pip install --find-links=./sdist "jupyter_server[test]>=0.0.dev0"
103+
pip install pytest-github-actions-annotate-failures
103104
- name: Run Test
104105
run: pytest -vv --pyargs --timeout=300 --timeout_method=thread jupyter_server --capture=no

.github/workflows/python-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Install the Python dependencies
2121
run: |
2222
pip install -e .[test] codecov
23+
pip install pytest-github-actions-annotate-failures
2324
- name: List installed packages
2425
run: |
2526
pip freeze

.github/workflows/python-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Install the Python dependencies
2121
run: |
2222
pip install -e .[test]
23+
pip install pytest-github-actions-annotate-failures
2324
- name: List installed packages
2425
run: |
2526
pip freeze

0 commit comments

Comments
 (0)