Skip to content

Commit

Permalink
try building prommis
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Nov 11, 2024
1 parent 91e9613 commit 191b9dd
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/electron-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: App build
on:
push:
branches:
- "1.1rc0"
- "use-env-for-project"

defaults:
run:
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Add theme to .env file
working-directory: ./electron/ui
run: |
echo REACT_APP_THEME=watertap >> .env
echo REACT_APP_THEME=prommis >> .env
- name: Install Electron JS dependencies
run: |
Expand All @@ -47,13 +47,16 @@ jobs:
- name: Get idaes extensions
run: idaes get-extensions

- name: Install Watertap locally
working-directory: ../
run: git clone https://github.com/watertap-org/watertap.git && cd watertap && git fetch --all --tags && git checkout 1.1.0 && pip install --progress-bar off .
# - name: Install Watertap locally
# working-directory: ../
# run: git clone https://github.com/watertap-org/watertap.git && cd watertap && git fetch --all --tags && git checkout 1.1.0 && pip install --progress-bar off .

- name: Install Prommis
run: pip install --progress-bar off prommis

- name: Transfer Entry points
run: |
npm --prefix electron run move-entrypoints
npm --prefix electron run move-entrypoints -p pse_ui_prommis
- name: Install watertap-ui Python package
run: |
Expand Down

0 comments on commit 191b9dd

Please sign in to comment.