Oops, fix circleci config

This commit is contained in:
Micah Lee 2022-06-19 15:35:25 -04:00
parent 3d1b122bca
commit 6a5de62ba5
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -325,7 +325,7 @@ jobs:
pip3 install poetry
ln -s /Library/Frameworks/Python.framework/Versions/3.9/bin/poetry /usr/local/bin
- save_cache:
- restore_cache:
key: build-macos-desktop-poetry-deps-{{ checksum "~/project/desktop/poetry.lock" }}-{{ .Environment.CACHE_VERSION }}
- run:
name: Install poetry dependencies