Commit 765ac25 1 parent 6eccb60 commit 765ac25 Copy full SHA for 765ac25
File tree 1 file changed +2
-13
lines changed
1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -15,22 +15,11 @@ jobs:
15
15
16
16
steps :
17
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
18
+ - uses : conda-incubator/setup-miniconda@v3
28
19
with :
29
20
auto-update-conda : true
30
- activate-environment : testing
31
- auto-activate-base : false
21
+ python-version : ${{ matrix.python-version }}
32
22
channels : conda-forge,defaults
33
- channel-priority : true
34
23
35
24
- shell : bash -eo pipefail -l {0}
36
25
name : Install dependencies
You can’t perform that action at this time.
0 commit comments