Skip to content

Commit d10ec64

Browse files
authored
Merge pull request #44 from IntelPython/fix-build-in-ci
Fix build in CI
2 parents 474365c + b7db013 commit d10ec64

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/conda-package.yml

Lines changed: 5 additions & 3 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]
@@ -145,6 +145,7 @@ jobs:
145145
miniforge-version: latest
146146
activate-environment: build
147147
channels: conda-forge
148+
conda-remove-defaults: true
148149
python-version: ${{ matrix.python }}
149150

150151
- name: Cache conda packages
@@ -173,7 +174,7 @@ jobs:
173174
- name: Build conda package
174175
run: |
175176
conda activate
176-
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
177178
178179
- name: Upload artifact
179180
uses: actions/[email protected]
@@ -208,7 +209,8 @@ jobs:
208209
miniforge-variant: Miniforge3
209210
miniforge-version: latest
210211
activate-environment: mkl_umath_test
211-
channels: conda-forge,nodefaults
212+
channels: conda-forge
213+
conda-remove-defaults: true
212214
python-version: ${{ matrix.python }}
213215

214216
- name: Install conda-index

0 commit comments

Comments
 (0)