From 4019f4020be4276bc03d60560f084d9722c6faa0 Mon Sep 17 00:00:00 2001 From: MichaelPesce Date: Mon, 1 Jul 2024 11:11:06 -0400 Subject: [PATCH] build with project-pareto-main --- .github/workflows/build.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b067427a..e59dad1f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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