From b392bd3bba38c058dea43f1322a2188137a14a0e Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Mon, 20 Nov 2023 10:54:29 -0700 Subject: [PATCH] Put caching lines in correct place --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0ae6eaa..3b7c9f2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -45,13 +45,13 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - cache: "pip" - cache-dependency-path: "setup.cfg" - name: Set up Python uses: actions/setup-python@v4 with: python-version: 3.8 + cache: "pip" + cache-dependency-path: "setup.cfg" - name: Install dependencies run: |