Skip to content

Commit

Permalink
use main for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Jan 30, 2024
1 parent 71ff569 commit da65206
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@ jobs:
run: |
pip install --progress-bar off .
- name: Install watertap from yet unmerged PR
run: |
pip install git+https://github.com/watertap-org/watertap@refs/pull/1270/merge
# - name: Install watertap from yet unmerged PR
# run: |
# pip install git+https://github.com/watertap-org/watertap@refs/pull/1270/merge

# - name: Install my fork of watertap
# working-directory: ../
# run: git clone https://github.com/MichaelPesce/watertap.git && cd watertap && git fetch --all && git checkout build-options && pip install --progress-bar off .

# - name: Install correct branch of watertap
# working-directory: ../
# run: git clone https://github.com/MichaelPesce/watertap.git && cd watertap && pip install --progress-bar off .
- name: Install correct branch of watertap
working-directory: ../
run: git clone https://github.com/MichaelPesce/watertap.git && cd watertap && pip install --progress-bar off .

- name: Display installed environment
run: |
Expand Down

0 comments on commit da65206

Please sign in to comment.