From 27330bedd9a6c6ad95a513829b85d09ffdfe738b Mon Sep 17 00:00:00 2001 From: Matti Schneider Date: Mon, 20 May 2024 22:44:27 +0200 Subject: [PATCH] fixup! Adapt and update test GitHub Actions workflow --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c47be367..bbcbe4dc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,7 +19,7 @@ jobs: path: ${{ env.pythonLocation }} key: build-${{ env.pythonLocation }}-${{ hashFiles('requirements.txt') }}-${{ github.sha }} # Cache the entire build Python environment restore-keys: | - build-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }} + build-${{ env.pythonLocation }}-${{ hashFiles('requirements.txt') }} build-${{ env.pythonLocation }}- - name: Install dependencies