Skip to content

Commit 3087994

Browse files
author
sjoshistrats
authored
Update config.yml
1 parent 3d08660 commit 3087994

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
@@ -10,7 +10,7 @@ jobs:
1010
command: | # create whl and use pipenv to install dependencies
1111
python setup.py sdist bdist_wheel
1212
sudo pip install pipenv
13-
pipenv install dist/fastgrouper-0.1.0-py3-none-any.whl
13+
pipenv install dist/fastgrouper-0.1.0-py3-none-any.whl --no-cache-dir
1414
pipenv install pytest
1515
- run:
1616
command: | # Run test suite

0 commit comments

Comments
 (0)