We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6eccb60 + 765ac25 commit 9311067Copy full SHA for 9311067
.github/workflows/unix.yml
@@ -15,22 +15,11 @@ jobs:
15
16
steps:
17
- uses: actions/checkout@v3
18
- - name: Cache conda
19
- uses: actions/cache@v3
20
- # Increase this value to reset cache
21
- env: {CACHE_NUMBER: 0}
22
- with:
23
- path: ~/conda_pkgs_dir
24
- key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ matrix.python-version }}
25
-
26
- - uses: conda-incubator/setup-miniconda@v2
27
- name: Setup conda
+ - uses: conda-incubator/setup-miniconda@v3
28
with:
29
auto-update-conda: true
30
- activate-environment: testing
31
- auto-activate-base: false
+ python-version: ${{ matrix.python-version }}
32
channels: conda-forge,defaults
33
- channel-priority: true
34
35
- shell: bash -eo pipefail -l {0}
36
name: Install dependencies
0 commit comments