From ab8c7fc8c922d8ce9ae7fd9a60ece0aa9e2aa60c Mon Sep 17 00:00:00 2001 From: MichaelPesce Date: Tue, 26 Nov 2024 15:04:41 -0600 Subject: [PATCH] remove testing against ludovico's branch --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0c6d7a2..a6af1b2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -172,10 +172,6 @@ jobs: - name: Install watertap-ui Python package run: | pip install --progress-bar off . - - - name: Test against PR branch of watertap with corresponding changes - working-directory: ../ - 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: |