Skip to content

Commit

Permalink
install watertap-ui package before moving entryt points
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Nov 11, 2024
1 parent 0bce46b commit 799e9c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/electron-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ jobs:

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

- name: Install watertap-ui Python package
run: |
pip install --progress-bar off .
- name: Transfer Entry points
run: |
python move_entrypoints.py -p pse_ui_prommis
- name: Install watertap-ui Python package
run: |
pip install --progress-bar off .
- name: Build Backend
run: npm --prefix electron run build-backend

Expand Down

0 comments on commit 799e9c4

Please sign in to comment.