Skip to content

Commit

Permalink
Update windows section, not macos.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Dec 7, 2023
1 parent 61e0e90 commit 6c73a45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,11 @@ jobs:
with:
# Use faster GNU tar for all runners
enableCrossOsArchive: true
path: ~/conda_pkgs_dir
path: D:\conda_pkgs_dir
key: ${{ runner.os }}-conda-${{ env.TIMESTAMP }}

- name: Setup miniconda
uses: conda-incubator/setup-miniconda@v2
uses: jezdez/setup-miniconda@windows-cache
with:
condarc-file: .\ci\github\.condarc
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -330,11 +330,11 @@ jobs:
with:
# Use faster GNU tar for all runners
enableCrossOsArchive: true
path: D:\conda_pkgs_dir
path: ~/conda_pkgs_dir
key: ${{ runner.os }}-conda-${{ env.TIMESTAMP }}

- name: Setup miniconda
uses: jezdez/setup-miniconda@windows-cache
uses: conda-incubator/setup-miniconda@v2
with:
condarc-file: ./ci/github/.condarc
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 6c73a45

Please sign in to comment.