1
0
mirror of https://github.com/no2chem/wideq.git synced 2025-05-19 08:40:25 -07:00

CircleCI: Try another way to cache pip stuff

This commit is contained in:
Adrian Sampson 2019-06-30 14:16:28 -04:00
parent 22cde97fab
commit 9e7665c07b

View File

@ -10,14 +10,13 @@ jobs:
# Install Tox. # Install Tox.
- restore_cache: - restore_cache:
key: dep key: pip
- run: - run:
command: sudo pip install tox command: pip install tox
- save_cache: - save_cache:
key: dep key: pip
paths: paths:
- "/usr/local/bin" - "~/.cache/pip"
- "/usr/local/lib/python3.7/site-packages"
# Run Tox. # Run Tox.
- restore_cache: - restore_cache: