From c18246d3ff48014074d680ef2d3df826e8319ef4 Mon Sep 17 00:00:00 2001 From: Bee Webb Date: Sun, 30 Jun 2024 14:27:32 +0000 Subject: [PATCH] ci(integration): Temporary fix to not install non-existent branch --- .github/workflows/integration.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 9c91766..25cde07 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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.