We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d150a8 commit 013ca80Copy full SHA for 013ca80
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
python -m pip install --upgrade pip
25
python -m pip install flake8 pytest
26
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
+ if [ -f requirements.txt ]; then pip install --extra-index-url https://google-coral.github.io/py-repo/ -r requirements.txt; fi
27
- name: Test with pytest
28
29
pytest
0 commit comments