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: |