From aa4636a2a671d94a05bbd94fe5bee3c54655949c Mon Sep 17 00:00:00 2001 From: James Hilton-Balfe Date: Fri, 2 Sep 2022 17:23:05 +0100 Subject: [PATCH 1/3] test From 82baa4af84890906bd04d41cd067548731659925 Mon Sep 17 00:00:00 2001 From: James Hilton-Balfe Date: Fri, 2 Sep 2022 17:24:00 +0100 Subject: [PATCH 2/3] Update ci.yml --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85f8e5887..18f8ff0ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,6 @@ name: CI -on: - push: - branches: - - master - pull_request: - branches: - - '**' +on: [push, pull_request] jobs: tests: From b5abf640af64aab9094b9cdab955a6de38e4b287 Mon Sep 17 00:00:00 2001 From: James Hilton-Balfe Date: Fri, 2 Sep 2022 17:27:22 +0100 Subject: [PATCH 3/3] I'm assuming this will do nothing --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18f8ff0ba..99da2547c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,13 +37,6 @@ jobs: shell: bash run: poetry config virtualenvs.in-project true - - name: Set up cache - uses: actions/cache@v2 - id: cache - with: - path: .venv - key: venv-${{ runner.os }}-${{ steps.full-python-version.outputs.version }}-${{ hashFiles('**/poetry.lock') }} - - name: Ensure cache is healthy if: steps.cache.outputs.cache-hit == 'true' shell: bash