Skip to content

Commit fc1f1b5

Browse files
committed
Index for dependencies
1 parent 69b0dde commit fc1f1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
python -m pip install --upgrade pip
5656
pip install -r requirements.txt
57-
pip install -i https://test.pypi.org/simple/ --force-reinstall -v selenium
57+
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple --force-reinstall -v selenium
5858
- name: Install dependencies stable
5959
if: matrix.release == 'stable'
6060
working-directory: ./examples/python

0 commit comments

Comments
 (0)