File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 6
6
7
7
- name : Environment Detail
8
8
run : |
9
- conda info
10
- conda list
9
+ micromamba info
10
+ micromamba list
11
11
shell : bash -el {0}
12
12
13
13
- name : Build Pandas
Original file line number Diff line number Diff line change @@ -24,14 +24,13 @@ runs:
24
24
if : ${{ inputs.pyarrow-version }}
25
25
26
26
- name : Install ${{ inputs.environment-file }}
27
- uses : conda-incubator/setup-miniconda@v2.1.1
27
+ uses : mamba-org/provision-with-micromamba@v12
28
28
with :
29
29
environment-file : ${{ inputs.environment-file }}
30
- activate- environment : ${{ inputs.environment-name }}
31
- python-version : ${{ inputs.python-version }}
32
- channel-priority : ${{ runner.os == 'macOS' && 'flexible' || 'strict' }}
30
+ environment-name : ${{ inputs.environment-name }}
31
+ extra-specs : |
32
+ python = ${{ inputs.python-version }}
33
33
channels : conda-forge
34
- mamba-version : " 0.24"
35
- use-mamba : true
36
- use-only-tar-bz2 : true
34
+ channel-priority : ${{ runner.os == 'macOS' && 'flexible' || 'strict' }}
37
35
condarc-file : ci/condarc.yml
36
+ cache-env : true
Original file line number Diff line number Diff line change 62
62
- name : Set up Conda
63
63
uses : ./.github/actions/setup-conda
64
64
with :
65
- environment-file : " "
65
+ environment-file : false
66
66
environment-name : pandas-sdist
67
67
python-version : ${{ matrix.python-version }}
68
68
You can’t perform that action at this time.
0 commit comments