bump circle cache again for dag-json 😠

logs say it cloned at the right commit (snarfed/dag-json@4bfd629763), but then it seemed to still use the earlier cached version. why?!?
pull/926/merge
Ryan Barrett 2024-05-16 13:22:38 -07:00
rodzic 06e2e61b1e
commit 1382944472
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

@ -13,7 +13,7 @@ jobs:
- checkout
- restore_cache:
key: venv-6-{{ .Branch }}-{{ checksum "requirements.txt" }}
key: venv-7-{{ .Branch }}-{{ checksum "requirements.txt" }}
- run:
name: Base dependencies
@ -65,7 +65,7 @@ jobs:
fi
- save_cache:
key: venv-6-{{ .Branch }}-{{ checksum "requirements.txt" }}
key: venv-7-{{ .Branch }}-{{ checksum "requirements.txt" }}
paths:
- /home/circleci/.pyenv
# Ideally we'd cache these, but they need root, and the cimg/python