Skip to content

Commit 365468c

Browse files
author
sjoshistrats
authored
Update config.yml
1 parent 7b3f766 commit 365468c

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
@@ -12,7 +12,7 @@ jobs:
1212
pipenv install .
1313
- run:
1414
command: | # Run tests
15-
sudo pip install pytest
15+
pipenv install pytest
1616
pipenv run pytest python/fastgrouper/test/ -s -vv
1717
1818
workflows:

0 commit comments

Comments
 (0)