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 6f4d2e5 commit 22d5261Copy full SHA for 22d5261
.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 "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