Skip to content

Commit

Permalink
add poetry instructions into github actions dmg build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindy Long committed Dec 20, 2024
1 parent 393b701 commit 39feeb1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release_dmg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,17 @@ jobs:
source venv/bin/activate
pip install -r desktop_app/requirements.txt
- name: Create poetry env
run: |
cd installable_apps
poetry install
- name: Run DMG creator script
run: |
cd installable_apps
source venv/bin/activate
bash dmg_packager.sh
- name: Upload created dmg to GCP bucket
run: |
gsutil cp installable_apps/*.dmg gs://some-bucket-where-dmgs-live/

0 comments on commit 39feeb1

Please sign in to comment.