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 3977c59 commit 6039476Copy full SHA for 6039476
1 file changed
.github/workflows/spot_checks.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Unit Tests
61
if: ${{ matrix.os != 'windows-latest' }}
62
run: |
63
- pytest examples/unit_tests/verify_framework.py
+ pytest examples/unit_tests/verify_framework.py --reruns=2
64
- name: Verify seleniumbase install from PyPI
65
66
pip install seleniumbase -U --no-deps --force-reinstall --no-cache-dir
0 commit comments