From c99c235ce721e669a37dd804d2fc7166231347a5 Mon Sep 17 00:00:00 2001 From: MichaelPesce Date: Tue, 13 Aug 2024 20:44:53 -0400 Subject: [PATCH] go back to watertap main for testing --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c867d833..c40a9986 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -64,7 +64,7 @@ jobs: - 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 . + run: git clone https://github.com/MichaelPesce/watertap.git && cd watertap && pip install --progress-bar off . - name: Display installed environment run: |