Skip to content

Commit 959f5dc

Browse files
Refs #265. Fix typo
1 parent 6ca6394 commit 959f5dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 -r requirements.txt
33+
pip install --requirement requirements/testing.txt
3434
pip install -e .
3535
nosetests --with-doctest
3636

0 commit comments

Comments
 (0)