We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f573a1 commit b7db013Copy full SHA for b7db013
.github/workflows/conda-package.yml
@@ -52,7 +52,7 @@ jobs:
52
$TEST \
53
$VERSIONS \
54
$CHANNELS \
55
- conda-recipe-cf
+ conda-recipe
56
57
- name: Upload artifact
58
uses: actions/upload-artifact@v4.4.3
@@ -174,7 +174,7 @@ jobs:
174
- name: Build conda package
175
run: |
176
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
+ conda build --no-test --python ${{ matrix.python }} -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels conda-recipe
178
179
180
0 commit comments