From 2327ac4f03a7e0ccea3432a5d19cea11a0cfac1b Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Wed, 27 Nov 2024 08:30:55 -0500 Subject: [PATCH] do not cache downloads --- .github/workflows/build.yaml | 2 -- .github/workflows/test.yaml | 8 -------- 2 files changed, 10 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8855b7e..f508ad8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -44,8 +44,6 @@ jobs: environment-file: environment.yaml create-args: >- python=${{ matrix.python-version }} - cache-downloads: true - cache-downloads-key: downloads-${{ needs.date.outputs.date }} cache-environment: true cache-environment-key: environment-${{ needs.date.outputs.date }} micromamba-version: '2.0.4-0' diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 39f1312..c8fcce4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -89,8 +89,6 @@ jobs: environment-file: environment.yaml create-args: >- python=${{ matrix.python-version }} - cache-downloads: true - cache-downloads-key: downloads-${{ needs.build.outputs.date }} cache-environment: true cache-environment-key: environment-${{ needs.build.outputs.date }} init-shell: bash @@ -163,8 +161,6 @@ jobs: environment-file: stenv/environment.yaml create-args: >- python=${{ matrix.python-version }} - cache-downloads: true - cache-downloads-key: downloads-${{ needs.build.outputs.date }} cache-environment: true cache-environment-key: environment-${{ needs.build.outputs.date }} init-shell: bash @@ -229,8 +225,6 @@ jobs: environment-file: stenv/environment.yaml create-args: >- python=${{ matrix.python-version }} - cache-downloads: true - cache-downloads-key: downloads-${{ needs.build.outputs.date }} cache-environment: true cache-environment-key: environment-${{ needs.build.outputs.date }} init-shell: bash @@ -309,8 +303,6 @@ jobs: environment-file: environment.yaml create-args: >- python=${{ matrix.python-version }} - cache-downloads: true - cache-downloads-key: downloads-${{ needs.build.outputs.date }} cache-environment: true cache-environment-key: environment-${{ needs.build.outputs.date }} init-shell: bash