File tree 1 file changed +5
-10
lines changed
1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -22,24 +22,19 @@ jobs:
22
22
exclude :
23
23
- os : macos-latest
24
24
python-version : 3.8
25
+ - os : macos-14
26
+ python-version : 3.8
27
+ - os : macos-14
28
+ python-version : 3.9
25
29
steps :
26
30
- uses : actions/checkout@v3
27
31
with :
28
32
submodules : recursive
29
- - name : Setup Conda for M1
30
- if : matrix.os == 'macos-14'
31
- uses : s-weigand/setup-conda@v1
32
- with :
33
- update-conda : true
34
- python-version : ' 3.10'
35
- conda-channels : anaconda, conda-forge
36
- - name : Setup Conda for Other OS
37
- if : matrix.os != 'macos-14'
33
+ - name : Setup conda with Python ${{ matrix.python-version }}
38
34
uses : s-weigand/setup-conda@v1
39
35
with :
40
36
update-conda : true
41
37
python-version : ${{ matrix.python-version }}
42
- conda-channels : anaconda, conda-forge
43
38
- run : conda --version
44
39
- run : python --version
45
40
- name : Setup Java 17
You can’t perform that action at this time.
0 commit comments