Skip to content

Commit

Permalink
remove installation of watertap fork in testing yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Aug 15, 2024
1 parent c99c235 commit fc52d4d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ 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 && pip install --progress-bar off .

- name: Display installed environment
run: |
conda env export --no-builds
Expand Down

0 comments on commit fc52d4d

Please sign in to comment.