aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-09-30 20:10:27 -0700
committerMicah Lee <micah@micahflee.com>2022-09-30 20:10:27 -0700
commit04d002713071243386e42030aea91bf53b44645a (patch)
tree031966df8ae3db8ca34224964ed567a83e914673 /.github
parentaac575e8075ea07c6c9225c34884a8f358464016 (diff)
downloadonionshare-04d002713071243386e42030aea91bf53b44645a.tar.gz
onionshare-04d002713071243386e42030aea91bf53b44645a.zip
Run poetry update instead of poetry install
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6f728c20..d3479ae8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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