File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,12 @@ jobs:
37
37
PY=${PY//./}
38
38
echo "CONDA_ENV_FILE=ci/requirements/py${PY}-${{ matrix.env }}.yml" >> $GITHUB_ENV
39
39
- name : Create conda environment
40
- uses : mamba-org/provision-with- micromamba@main
40
+ uses : mamba-org/setup- micromamba@v1
41
41
with :
42
- cache-downloads : true
43
- cache-downloads-key : " ${{runner.os}}-${{runner.arch}}-py${{matrix.python-version}}-${{hashFiles(env.CONDA_ENV_FILE)}}"
44
- micromamba-version : ' latest'
45
42
environment-file : ${{ env.CONDA_ENV_FILE }}
46
- extra-specs : |
43
+ cache-downloads : true
44
+ cache-downloads-key : " ${{runner.os}}-${{runner.arch}}-py${{matrix.python-version}}"
45
+ create-args : >-
47
46
python=${{ matrix.python-version }}
48
47
- name : Install mplotutils
49
48
run : |
@@ -83,17 +82,19 @@ jobs:
83
82
fetch-depth : 0 # Fetch all history for all branches and tags.
84
83
85
84
- name : Create conda environment
86
- uses : mamba-org/provision-with- micromamba@v15
85
+ uses : mamba-org/setup- micromamba@v1
87
86
with :
88
87
environment-name : min-version-policy
89
- environment-file : false
90
88
micromamba-version : ' latest'
91
- extra-specs : |
92
- python=" 3.10"
89
+ create-args : >-
90
+ python=3.10
93
91
pyyaml
94
92
conda
95
93
python-dateutil
96
- channels : conda-forge
94
+ condarc : |
95
+ channels:
96
+ - conda-forge
97
+ - nodefaults
97
98
98
99
- name : minimum versions policy
99
100
run : |
Original file line number Diff line number Diff line change @@ -33,13 +33,12 @@ jobs:
33
33
echo "CONDA_ENV_FILE=ci/requirements/environment.yml" >> $GITHUB_ENV
34
34
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
35
35
- name : Create conda environment
36
- uses : mamba-org/provision-with- micromamba@v15
36
+ uses : mamba-org/setup- micromamba@v1
37
37
with :
38
- cache-downloads : true
39
- cache-downloads-key : " ${{runner.os}}-${{runner.arch}}-py${{matrix.python-version}}-${{hashFiles(env.CONDA_ENV_FILE)}}"
40
- micromamba-version : ' latest'
41
38
environment-file : ci/requirements/environment.yml
42
- extra-specs : |
39
+ cache-downloads : true
40
+ cache-downloads-key : " ${{runner.os}}-${{runner.arch}}-py${{matrix.python-version}}"
41
+ create-args : >-
43
42
python=${{ matrix.python-version }}
44
43
- name : Install mplotutils
45
44
run : |
You can’t perform that action at this time.
0 commit comments