Skip to content

Commit bd9ffea

Browse files
committed
Added pytest-rerunfailures
1 parent b590469 commit bd9ffea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-url-links-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: python -c "import sys; print(sys.version)"
2828
shell: bash
2929
- name: Install PyTest Check links
30-
run: python -m pip install --upgrade pytest-check-links
30+
run: python -m pip install --upgrade pytest-check-links pytest-rerunfailures
3131
shell: bash
3232
- name: Checkout STUMPY
3333
if: "startsWith(steps.python.outputs.version, env.req-python-version)"

0 commit comments

Comments
 (0)