Skip to content

Commit 2e6fd05

Browse files
Refs #265. try using trusted host
1 parent 22d5261 commit 2e6fd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
cd /workspace
3232
python --version
33-
pip install "Jinja2==2.10" "MarkupSafe<2.0" "coverage==3.6" "nose==1.30" "flake8==2.6.2"
33+
pip install --trusted-host pypi.org --index-url=http://pypi.org/simple "Jinja2==2.10" "MarkupSafe<2.0" "coverage==3.6" "nose==1.30" "flake8==2.6.2"
3434
pip install -e .
3535
nosetests --with-doctest
3636

0 commit comments

Comments
 (0)