Run poetry update instead of poetry install

This commit is contained in:
Micah Lee 2022-09-30 20:10:27 -07:00
parent aac575e807
commit 04d0027130
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -284,7 +284,7 @@ jobs:
run: |
sed -i '' "s|\.\./cli|$(pwd)/cli|g" desktop/pyproject.toml
cd desktop
poetry install
poetry update
poetry run python ./setup-freeze.py build
poetry run python ./setup-freeze.py bdist_mac
poetry run python ./scripts/build-macos.py cleanup-build