From 02f4d514fb9160179808d22860c158a5fde6069a Mon Sep 17 00:00:00 2001 From: MichaelPesce Date: Fri, 2 Aug 2024 08:53:00 -0500 Subject: [PATCH] use my fork with required change for testing --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d54827ab..c867d833 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -62,6 +62,10 @@ jobs: run: | pip install --progress-bar off . + - name: Install fork of watertap with required change + working-directory: ../ + run: git clone https://github.com/MichaelPesce/watertap.git && cd watertap && git fetch --all && git checkout add-args-to-action-wrapper && pip install --progress-bar off . + - name: Display installed environment run: | conda env export --no-builds