Skip to content

Commit

Permalink
build off 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Aug 13, 2024
1 parent e22d23f commit 1bb91d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1bb91d3

Please sign in to comment.