From 36d66903049c5d96a5343b4a5a42b417ffa11e3e Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Mon, 13 May 2024 13:37:37 -0400 Subject: [PATCH] build environment from scratch --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6876b143c..fd2d6d18a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,8 +39,6 @@ jobs: environment-file: environment.yml create-args: >- python=${{ matrix.python-version }} - cache-environment: true - cache-downloads: true init-shell: none generate-run-shell: true