Skip to content

Commit 83b1f13

Browse files
committed
Fix build.
1 parent 93d9de3 commit 83b1f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- run:
1414
command: | # Run tests
1515
pipenv install pytest
16-
pipenv install pytest-benchmark
16+
pipenv install pytest-benchmark
1717
pipenv run pytest python/fastgrouper/test/ -s -vv
1818
workflows:
1919
build_test:

0 commit comments

Comments
 (0)