File tree 1 file changed +10
-11
lines changed
1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -33,20 +33,19 @@ jobs:
33
33
- uses : actions/checkout@v3
34
34
with :
35
35
submodules : recursive
36
- # - name: Setup conda with Python ${{ matrix.python-version }}
37
- # if: matrix.os == 'macos-14'
38
- # uses: conda-incubator/setup-miniconda@v3
39
- # with:
40
- # auto-update-conda: true
41
- # channels: anaconda, conda-forge
42
- # python-version: ${{ matrix.python-version }}
43
36
- name : Setup conda with Python ${{ matrix.python-version }}
44
- if : matrix.os != 'macos-14'
45
- uses : s-weigand/setup-conda@v1
37
+ uses : conda-incubator/setup-miniconda@v3
46
38
with :
47
- update-conda : true
39
+ auto-update-conda : true
40
+ channels : anaconda, conda-forge
48
41
python-version : ${{ matrix.python-version }}
49
- conda-channels : anaconda, conda-forge
42
+ # - name: Setup conda with Python ${{ matrix.python-version }}
43
+ # if: matrix.os != 'macos-14'
44
+ # uses: s-weigand/setup-conda@v1
45
+ # with:
46
+ # update-conda: true
47
+ # python-version: ${{ matrix.python-version }}
48
+ # conda-channels: anaconda, conda-forge
50
49
- name : Setup Java 17
51
50
uses : actions/setup-java@v3
52
51
with :
You can’t perform that action at this time.
0 commit comments