Skip to content

Commit

Permalink
Merge pull request #268 from prkumar/master
Browse files Browse the repository at this point in the history
Remove setuptools from cache before reinstalling
  • Loading branch information
prkumar committed Mar 12, 2022
2 parents ea117aa + 601eefd commit 713a9f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -19,6 +19,7 @@ after_success:
- codecov
before_deploy:
- python verify_tag.py --tag $TRAVIS_TAG
- pip cache remove setuptools
- pip install setuptools==60.8.2
deploy:
provider: pypi
Expand Down

0 comments on commit 713a9f0

Please sign in to comment.