From 1bb91d3dca1381c0e21def7ed13f8b02ce420a9f Mon Sep 17 00:00:00 2001 From: MichaelPesce Date: Tue, 13 Aug 2024 09:55:51 -0400 Subject: [PATCH] build off 1.0.0 --- .github/workflows/build.yml | 2 +- .github/workflows/main.yml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c855ed5a..169f8fe6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: - name: Install correct branch of pareto working-directory: ../ - run: git clone https://github.com/project-pareto/project-pareto.git && cd project-pareto && pip install --progress-bar off . + run: git clone https://github.com/project-pareto/project-pareto.git && git fetch --all --tags && git checkout tags/1.0.0 -b 1.0.0 && cd project-pareto && pip install --progress-bar off . - name: Install build requirements working-directory: ./backend diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7358a184..1fdf7d1b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,9 +43,6 @@ jobs: run: | echo REACT_APP_PARETO_VERSION=1.0.0 >> .env - # - name: Install pint - # run: pip install pint==0.23 - - name: get idaes extensions run: idaes get-extensions