bump circle cache version

pull/256/head
Ryan Barrett 2022-10-22 20:00:55 -07:00
rodzic a2ea4fc73c
commit 2e0637b9cd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BE31FDF4776E9D4
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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