18
18
matrix :
19
19
python : ["3.9", "3.10", "3.11", "3.12"]
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v4.1.7
22
22
with :
23
23
fetch-depth : 0
24
24
43
43
run : conda install conda-build
44
44
- name : Build conda package
45
45
run : |
46
- CHANNELS="-c conda-forge -c intel --override-channels"
46
+ CHANNELS="-c conda-forge -c https://software.repos. intel.com/python/conda --override-channels"
47
47
VERSIONS="--python ${{ matrix.python }}"
48
48
TEST="--no-test"
49
49
@@ -53,21 +53,21 @@ jobs:
53
53
$CHANNELS \
54
54
conda-recipe
55
55
- name : Upload artifact
56
- uses : actions/upload-artifact@v4
56
+ uses : actions/upload-artifact@v4.4.0
57
57
with :
58
58
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
59
59
path : /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.tar.bz2
60
60
61
61
build_windows :
62
- runs-on : windows-latest
62
+ runs-on : windows-2019
63
63
64
64
strategy :
65
65
matrix :
66
66
python : ['3.9', '3.10', '3.11', '3.12']
67
67
env :
68
68
conda-bld : C:\Miniconda\conda-bld\win-64\
69
69
steps :
70
- - uses : actions/checkout@v4
70
+ - uses : actions/checkout@v4.1.7
71
71
with :
72
72
fetch-depth : 0
73
73
- uses : conda-incubator/setup-miniconda@v3
89
89
- name : Install conda-build
90
90
run : conda install conda-build
91
91
- name : Build conda package
92
- run : conda build --no-test --python ${{ matrix.python }} -c intel -c conda-forge --override-channels conda-recipe
92
+ run : conda build --no-test --python ${{ matrix.python }} -c https://software.repos. intel.com/python/conda -c conda-forge --override-channels conda-recipe
93
93
- name : Upload artifact
94
- uses : actions/upload-artifact@v4
94
+ uses : actions/upload-artifact@v4.4.0
95
95
with :
96
96
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
97
97
path : ${{ env.conda-bld }}${{ env.PACKAGE_NAME }}-*.tar.bz2
@@ -107,7 +107,7 @@ jobs:
107
107
runner : [ubuntu-latest]
108
108
continue-on-error : ${{ matrix.experimental }}
109
109
env :
110
- CHANNELS : -c conda-forge -c intel --override-channels
110
+ CHANNELS : -c conda-forge -c https://software.repos. intel.com/python/conda --override-channels
111
111
112
112
steps :
113
113
- name : Download artifact
@@ -171,10 +171,10 @@ jobs:
171
171
matrix :
172
172
python : ['3.9', '3.10', '3.11', '3.12']
173
173
experimental : [false]
174
- runner : [windows-latest ]
174
+ runner : [windows-2019 ]
175
175
continue-on-error : ${{ matrix.experimental }}
176
176
env :
177
- CHANNELS : -c conda-forge -c intel --override-channels
177
+ CHANNELS : -c conda-forge -c https://software.repos. intel.com/python/conda --override-channels
178
178
179
179
steps :
180
180
- name : Download artifact
0 commit comments