File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 20
20
- name : Install the Python dependencies
21
21
run : |
22
22
pip install -e ".[test]"
23
+ pip install pytest-github-actions-annotate-failures
23
24
- name : List installed packages
24
25
run : |
25
26
pip freeze
Original file line number Diff line number Diff line change @@ -100,5 +100,6 @@ jobs:
100
100
- name : Install From SDist
101
101
run : |
102
102
pip install --find-links=./sdist "jupyter_server[test]>=0.0.dev0"
103
+ pip install pytest-github-actions-annotate-failures
103
104
- name : Run Test
104
105
run : pytest -vv --pyargs --timeout=300 --timeout_method=thread jupyter_server --capture=no
Original file line number Diff line number Diff line change 20
20
- name : Install the Python dependencies
21
21
run : |
22
22
pip install -e .[test] codecov
23
+ pip install pytest-github-actions-annotate-failures
23
24
- name : List installed packages
24
25
run : |
25
26
pip freeze
Original file line number Diff line number Diff line change 20
20
- name : Install the Python dependencies
21
21
run : |
22
22
pip install -e .[test]
23
+ pip install pytest-github-actions-annotate-failures
23
24
- name : List installed packages
24
25
run : |
25
26
pip freeze
You can’t perform that action at this time.
0 commit comments