Skip to content

Commit 8dd9301

Browse files
committed
Use conda-recipe instead of conda-recipe-cf
1 parent 03d2bd3 commit 8dd9301

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
@@ -54,7 +54,7 @@ jobs:
5454
$TEST \
5555
$VERSIONS \
5656
$CHANNELS \
57-
conda-recipe-cf
57+
conda-recipe
5858
5959
- name: Upload artifact
6060
uses: actions/[email protected]
@@ -176,7 +176,7 @@ jobs:
176176
- name: Build conda package
177177
run: |
178178
conda activate
179-
conda build --no-test --python ${{ matrix.python }} -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels conda-recipe-cf
179+
conda build --no-test --python ${{ matrix.python }} -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels conda-recipe
180180
181181
- name: Upload artifact
182182
uses: actions/[email protected]

0 commit comments

Comments
 (0)