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