Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Sep 14, 2023
1 parent 76c52d5 commit 1e225e5
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
run: |
pip install --progress-bar off .
- name: Install Watertap locally
working-directory: ../
run: git clone https://github.com/MichaelPesce/watertap.git && cd watertap && git fetch --all && git checkout build-options && pip install --progress-bar off .
- name: Install my fork of watertap
working-directory: ../
run: git clone https://github.com/MichaelPesce/watertap.git && cd watertap && git fetch --all && git checkout build-options && pip install --progress-bar off .

# - name: Install correct branch of watertap
# working-directory: ../
Expand Down Expand Up @@ -122,11 +122,17 @@ jobs:
with:
environment-file: environment.yml
activate-environment: watertap-ui-env

- name: Install watertap-ui Python package
run: |
pip install --progress-bar off .
- name: Install my fork of watertap
working-directory: ../
run: git clone https://github.com/MichaelPesce/watertap.git && cd watertap && git fetch --all && git checkout build-options && pip install --progress-bar off .
- name: get idaes extensions
run: idaes get-extensions

- name: Run pytest
working-directory: backend
run: |
Expand Down

0 comments on commit 1e225e5

Please sign in to comment.