Skip to content

Commit

Permalink
* show build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Clary committed Mar 19, 2021
1 parent d63c1d1 commit 856a8bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/installer-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
python3.9 setup.py develop --no-deps --install-dir=${SITE_PACKAGES}
cd ${PLS_REPO}
python3.9 setup.py develop --no-deps --install-dir=${SITE_PACKAGES}
- name: Show Build Environment
run: python3.9 -m pip list
- name: Build Application Bundle
run: python3.9 setup.py ${LITE_FLAG} --dist-dir ${DISTDIR}
- name: Build Disk Image
Expand Down

0 comments on commit 856a8bb

Please sign in to comment.