Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Also install on D: on GHA Windows runners for improved performance #5532

Merged
merged 3 commits into from
Nov 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -286,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
Expand Down Expand Up @@ -380,8 +379,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
Expand Down
Loading