From d67607c93f4ab2c66451c188e2f17e8b4180cd6b Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Tue, 12 Nov 2024 10:04:26 +0100 Subject: [PATCH 1/2] Remove enableCrossOsArchive from non-Windows platforms again. --- .github/workflows/tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f24076c701..6c6ecfc1ab 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -113,8 +113,6 @@ jobs: - name: Cache Conda uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: - # Use faster GNU tar for all runners - enableCrossOsArchive: true path: ~/conda_pkgs_dir key: cache-${{ env.HASH }} @@ -380,8 +378,6 @@ jobs: - name: Cache Conda uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: - # Use faster GNU tar for all runners - enableCrossOsArchive: true path: | ~/conda_pkgs_dir ~/macosx_sdks From 718752e841c8ed577bd9821a58a2618e7319f5b4 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Tue, 12 Nov 2024 10:04:39 +0100 Subject: [PATCH 2/2] Also install conda on D: to make use of hardlinks. --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6c6ecfc1ab..20cf0485f0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -284,6 +284,7 @@ jobs: condarc-file: .github\condarc run-post: false # skip post cleanup pkgs-dirs: D:\conda_pkgs_dir + installation-dir: D:\conda - name: Choco Install run: choco install visualstudio2017-workload-vctools