From d4c8d154218d58f131c50480a8a8c6685e83e224 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Wed, 11 Oct 2023 16:13:16 -0400 Subject: [PATCH] test: Use latest versions of *-cove-ocds --- .github/workflows/integration.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 93f34aa..4f0c792 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -25,12 +25,7 @@ jobs: if: matrix.cove == 'ocds' run: | git clone https://github.com/open-contracting/cove-ocds.git - cd cove-ocds - git checkout main - cd .. git clone https://github.com/open-contracting/lib-cove-ocds.git - cd lib-cove-ocds - git checkout 0.11.3 - name: Install run: |