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 3d08660 commit 3087994Copy full SHA for 3087994
.circleci/config.yml
@@ -10,7 +10,7 @@ jobs:
10
command: | # create whl and use pipenv to install dependencies
11
python setup.py sdist bdist_wheel
12
sudo pip install pipenv
13
- pipenv install dist/fastgrouper-0.1.0-py3-none-any.whl
+ pipenv install dist/fastgrouper-0.1.0-py3-none-any.whl --no-cache-dir
14
pipenv install pytest
15
- run:
16
command: | # Run test suite
0 commit comments