From 0991361403c7ec62740470602297646ddf70c1d8 Mon Sep 17 00:00:00 2001 From: Zebedee Nicholls Date: Fri, 19 Jan 2024 15:15:56 +0100 Subject: [PATCH] Fix up silly mistakes --- .github/actions/setup/action.yml | 2 +- .github/workflows/ci.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index ac314d73..be3e0312 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -34,7 +34,7 @@ runs: uses: actions/cache@v3 with: path: ~/.local # the path depends on the OS - key: "${{ inputs.os }}-poetry-4" # increment to reset cache + key: "${{ inputs.os }}-poetry-5" # increment to reset cache - name: Install Poetry if: steps.cached-poetry.outputs.cache-hit != 'true' uses: snok/install-poetry@v1 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 37add643..01e7fe98 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -111,7 +111,6 @@ jobs: poetry-dependency-install-flags: "--only main" - name: Check importable without extras run: | - source $VENV # ensure windows will find poetry poetry run python scripts/test-install.py check-build: