kopia lustrzana https://github.com/snarfed/bridgy-fed
bump circle cache version
rodzic
a2ea4fc73c
commit
2e0637b9cd
|
@ -17,7 +17,7 @@ jobs:
|
|||
- checkout
|
||||
|
||||
- restore_cache:
|
||||
key: venv-3-{{ .Branch }}-{{ checksum "requirements.txt" }}
|
||||
key: venv-4-{{ .Branch }}-{{ checksum "requirements.txt" }}
|
||||
|
||||
- run:
|
||||
name: Base dependencies
|
||||
|
@ -48,7 +48,7 @@ jobs:
|
|||
if [ "$COVERALLS_REPO_TOKEN" != "" ]; then coveralls || true; fi
|
||||
|
||||
- save_cache:
|
||||
key: venv-3-{{ .Branch }}-{{ checksum "requirements.txt" }}
|
||||
key: venv-4-{{ .Branch }}-{{ checksum "requirements.txt" }}
|
||||
paths:
|
||||
- /home/circleci/.pyenv
|
||||
# Ideally we'd cache these, but they need root, and the cimg/python
|
||||
|
|
Ładowanie…
Reference in New Issue