File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
- name : Setup Python
36
36
uses : actions/setup-python@v5
37
37
with :
38
- python-version : ' 3.11 '
38
+ python-version : ' 3.12 '
39
39
architecture : x64
40
40
41
41
- name : Checkout repo
Original file line number Diff line number Diff line change 40
40
run : conda install conda-build
41
41
- name : Build conda package
42
42
run : |
43
- CHANNELS="-c intel -c defaults --override-channels"
43
+ CHANNELS="-c conda-forge --override-channels"
44
44
VERSIONS="--python ${{ matrix.python }}"
45
45
TEST="--no-test"
46
46
@@ -104,7 +104,7 @@ jobs:
104
104
runner : [ubuntu-latest]
105
105
continue-on-error : ${{ matrix.experimental }}
106
106
env :
107
- CHANNELS : -c intel -c defaults --override-channels
107
+ CHANNELS : -c conda-forge --override-channels
108
108
109
109
steps :
110
110
- name : Download artifact
@@ -171,7 +171,7 @@ jobs:
171
171
runner : [windows-latest]
172
172
continue-on-error : ${{ matrix.experimental }}
173
173
env :
174
- CHANNELS : -c intel -c defaults --override-channels
174
+ CHANNELS : -c conda-forge --override-channels
175
175
176
176
steps :
177
177
- name : Download artifact
You can’t perform that action at this time.
0 commit comments