Skip to content

Commit

Permalink
test against my fork of watertap with updated imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Nov 5, 2024
1 parent 5e4a530 commit 905f82d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ jobs:
run: |
pip install --progress-bar off .
- 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 .

- name: Display installed environment
run: |
conda env export --no-builds
Expand Down Expand Up @@ -165,6 +169,10 @@ jobs:
- name: Install watertap-ui Python package
run: |
pip install --progress-bar off .
- 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 .

- name: Install httpx
run: |
Expand Down

0 comments on commit 905f82d

Please sign in to comment.