Skip to content

Commit

Permalink
build with project-pareto-main
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Jul 1, 2024
1 parent 8140119 commit 4019f40
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,17 @@ jobs:
- name: Install frontend JS dependencies
run: |
npm --prefix electron/ui clean-install
- name: Get idaes extensions
run: idaes get-extensions

- name: Install correct tag of pareto
# - name: Install correct tag of pareto
# working-directory: ../
# run: git clone https://github.com/project-pareto/project-pareto.git && cd project-pareto && git fetch --all --tags && git checkout tags/1.0.0rc1 -b 1.0.0rc1 && pip install --progress-bar off .

- name: Install correct branch of pareto
working-directory: ../
run: git clone https://github.com/project-pareto/project-pareto.git && cd project-pareto && git fetch --all --tags && git checkout tags/1.0.0rc1 -b 1.0.0rc1 && pip install --progress-bar off .
run: git clone https://github.com/project-pareto/project-pareto.git && cd project-pareto && pip install --progress-bar off .

- name: Install build requirements
working-directory: ./backend
Expand Down

0 comments on commit 4019f40

Please sign in to comment.