Skip to content

Commit 22d5261

Browse files
Refs #265. quote all the things
1 parent 6f4d2e5 commit 22d5261

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 "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)