Skip to content

Commit

Permalink
test against ludovico's branch with watertap changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Nov 7, 2024
1 parent dcb2539 commit e6d7709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Test against my branch of watertap with corresponding changes
working-directory: ../
run: git clone https://github.com/MichaelPesce/watertap.git && cd watertap && git fetch --all --tags && git checkout use-idaes-flowsheet-processor-api && pip install --progress-bar off .
run: git clone https://github.com/lbianchi-lbl/watertap.git && cd watertap && git fetch --all --tags && git checkout idaes-flowsheet-processor && pip install --progress-bar off .

- name: Display installed environment
run: |
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
- name: Test against my branch of watertap with corresponding changes
working-directory: ../
run: git clone https://github.com/MichaelPesce/watertap.git && cd watertap && git fetch --all --tags && git checkout use-idaes-flowsheet-processor-api && pip install --progress-bar off .
run: git clone https://github.com/lbianchi-lbl/watertap.git && cd watertap && git fetch --all --tags && git checkout idaes-flowsheet-processor && pip install --progress-bar off .

- name: Install httpx
run: |
Expand Down

0 comments on commit e6d7709

Please sign in to comment.