Skip to content

Commit b7db013

Browse files
committed
Use conda-recipe instead of conda-recipe-cf
Building with NumPy from conda-forge introduces build failures for mkl_umath depending on itself
1 parent 7f573a1 commit b7db013

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
@@ -52,7 +52,7 @@ jobs:
5252
$TEST \
5353
$VERSIONS \
5454
$CHANNELS \
55-
conda-recipe-cf
55+
conda-recipe
5656
5757
- name: Upload artifact
5858
uses: actions/[email protected]
@@ -174,7 +174,7 @@ jobs:
174174
- name: Build conda package
175175
run: |
176176
conda activate
177-
conda build --no-test --python ${{ matrix.python }} -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels conda-recipe-cf
177+
conda build --no-test --python ${{ matrix.python }} -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels conda-recipe
178178
179179
- name: Upload artifact
180180
uses: actions/[email protected]

0 commit comments

Comments
 (0)