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 22d5261 commit 2e6fd05Copy full SHA for 2e6fd05
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
cd /workspace
32
python --version
33
- pip install "Jinja2==2.10" "MarkupSafe<2.0" "coverage==3.6" "nose==1.30" "flake8==2.6.2"
+ 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"
34
pip install -e .
35
nosetests --with-doctest
36
0 commit comments