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 69b0dde commit fc1f1b5Copy full SHA for fc1f1b5
.github/workflows/python-examples.yml
@@ -54,7 +54,7 @@ jobs:
54
run: |
55
python -m pip install --upgrade pip
56
pip install -r requirements.txt
57
- pip install -i https://test.pypi.org/simple/ --force-reinstall -v selenium
+ pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple --force-reinstall -v selenium
58
- name: Install dependencies stable
59
if: matrix.release == 'stable'
60
working-directory: ./examples/python
0 commit comments