Skip to content

Commit ab0e8b3

Browse files
Refs #265. Explicitly pin older packages compatible with these legacy pythons
1 parent 7ecbefa commit ab0e8b3

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 --requirement requirements/testing.txt
33+
pip install 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)