From 4f771d05077001ef834ee9ead4f09fe45beedc76 Mon Sep 17 00:00:00 2001 From: Bee Webb Date: Fri, 28 Jun 2024 13:46:06 +0000 Subject: [PATCH] ci(integration): Use the latest lib-cove-web Currently tests fail, because the pinned lib-cove-web has a bug. It's generally useful to use the latest lib-cove-web, as we tend to upgrade this library and that at the same time. --- .github/workflows/integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index b5e86c4..9c91766 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -21,6 +21,7 @@ jobs: run: | git clone https://github.com/open-contracting/cove-${{ matrix.cove }}.git git clone https://github.com/open-contracting/lib-cove-${{ matrix.cove }}.git + git clone https://github.com/OpenDataServices/lib-cove-web.git - name: Install run: | @@ -29,6 +30,7 @@ jobs: # Make sure we're using local libs rather than one brought in # via requirements. pip install -e ./lib-cove-${{ matrix.cove }}/ + pip install -e ./lib-cove-web pip install -e . pip list