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:
parent
22cde97fab
commit
9e7665c07b
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user