Skip to content

Commit

Permalink
ci(integration): Temporary fix to not install non-existent branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Jun 30, 2024
1 parent 0c861d7 commit c18246d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Install
run: |
pip install -r requirements_dev.txt
# Temporary fix so we don't try to install libcove from a non-existent
# branch
sed -i '/=libcove/d' cove-${{ matrix.cove}}/requirements_dev.txt
pip install -r cove-${{ matrix.cove }}/requirements_dev.txt
# Make sure we're using local libs rather than one brought in
# via requirements.
Expand Down

0 comments on commit c18246d

Please sign in to comment.