Skip to content

Commit 3abf390

Browse files
Do not use bootstrap channel, do not use intel channel in build steps
1 parent c898012 commit 3abf390

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
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
114114
uses: actions/[email protected]
115115
with:

0 commit comments

Comments
 (0)