Skip to content

Commit 013ca80

Browse files
committedJul 28, 2023
Add extra index url in tests requirements install
1 parent 3d150a8 commit 013ca80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
python -m pip install flake8 pytest
26-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
26+
if [ -f requirements.txt ]; then pip install --extra-index-url https://google-coral.github.io/py-repo/ -r requirements.txt; fi
2727
- name: Test with pytest
2828
run: |
2929
pytest

0 commit comments

Comments
 (0)
Please sign in to comment.