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 7ecbefa commit ab0e8b3Copy full SHA for ab0e8b3
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
cd /workspace
32
python --version
33
- pip install --requirement requirements/testing.txt
+ 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