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 b590469 commit bd9ffeaCopy full SHA for bd9ffea
.github/workflows/check-url-links-actions.yml
@@ -27,7 +27,7 @@ jobs:
27
run: python -c "import sys; print(sys.version)"
28
shell: bash
29
- name: Install PyTest Check links
30
- run: python -m pip install --upgrade pytest-check-links
+ run: python -m pip install --upgrade pytest-check-links pytest-rerunfailures
31
32
- name: Checkout STUMPY
33
if: "startsWith(steps.python.outputs.version, env.req-python-version)"
0 commit comments