1
0
mirror of https://github.com/no2chem/wideq.git synced 2025-05-19 00:30:10 -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.
- restore_cache:
key: dep
key: pip
- run:
command: sudo pip install tox
command: pip install tox
- save_cache:
key: dep
key: pip
paths:
- "/usr/local/bin"
- "/usr/local/lib/python3.7/site-packages"
- "~/.cache/pip"
# Run Tox.
- restore_cache: