Skip to content

Commit 8805b49

Browse files
committed
Update conda channels and cache paths in GitHub Actions workflow configuration.
1 parent 4e773cd commit 8805b49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
activate-environment: test_env
2424
use-mamba: true
2525
python-version: "3.9"
26-
channels: conda-forge,nodefaults
26+
channels: conda-forge
2727
channel-priority: strict
2828
auto-activate-base: false
2929
conda-remove-defaults: true
@@ -32,8 +32,8 @@ jobs:
3232
uses: actions/cache@v3
3333
with:
3434
path: |
35-
/usr/share/miniconda/pkgs
36-
/usr/share/miniconda/envs
35+
~/.conda/pkgs
36+
~/.conda/envs
3737
key: conda-${{ runner.os }}-py${{ matrix.python-version }}-${{ github.sha }}
3838
restore-keys: |
3939
conda-${{ runner.os }}-py${{ matrix.python-version }}-

0 commit comments

Comments
 (0)