Skip to content

Commit

Permalink
use my fork with required change for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Aug 2, 2024
1 parent 5d1c351 commit 02f4d51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02f4d51

Please sign in to comment.