File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5353 - name : Build conda package
5454 run : |
5555 # use bootstrap channel to pull NumPy linked with OpenBLAS
56- CHANNELS="-c dppy/label/bootstrap -c ${{ env.INTEL_CHANNEL }} -c conda-forge --override-channels"
56+ CHANNELS="-c conda-forge --override-channels"
5757 VERSIONS="--python ${{ matrix.python }} --numpy 2.0"
5858 TEST="--no-test"
5959 conda build \
@@ -109,7 +109,7 @@ jobs:
109109 - name : Build conda package
110110 env :
111111 OVERRIDE_INTEL_IPO : 1 # IPO requires more resources that GH actions VM provides
112- run : conda build --no-test --python ${{ matrix.python }} --numpy 2.0 -c dppy/label/bootstrap -c ${{ env.INTEL_CHANNEL }} -c conda-forge --override-channels conda-recipe
112+ run : conda build --no-test --python ${{ matrix.python }} --numpy 2.0 -c conda-forge --override-channels conda-recipe
113113 - name : Upload artifact
114114115115 with :
You can’t perform that action at this time.
0 commit comments