From 905f82d9da32a5c87c24f25b4478c1378a930f81 Mon Sep 17 00:00:00 2001 From: MichaelPesce Date: Tue, 5 Nov 2024 14:40:41 -0500 Subject: [PATCH] test against my fork of watertap with updated imports --- .github/workflows/main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 235b41c..a300e96 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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: |