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 7b3f766 commit 365468cCopy full SHA for 365468c
.circleci/config.yml
@@ -12,7 +12,7 @@ jobs:
12
pipenv install .
13
- run:
14
command: | # Run tests
15
- sudo pip install pytest
+ pipenv install pytest
16
pipenv run pytest python/fastgrouper/test/ -s -vv
17
18
workflows:
0 commit comments