mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-04 17:05:31 -05:00
Run poetry update instead of poetry install
This commit is contained in:
parent
aac575e807
commit
04d0027130
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user