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 93d9de3 commit 83b1f13Copy full SHA for 83b1f13
.circleci/config.yml
@@ -13,7 +13,7 @@ jobs:
13
- run:
14
command: | # Run tests
15
pipenv install pytest
16
- pipenv install pytest-benchmark
+ pipenv install pytest-benchmark
17
pipenv run pytest python/fastgrouper/test/ -s -vv
18
workflows:
19
build_test:
0 commit comments