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.
2 parents 0ec8cfb + f3b41c9 commit e35dfa8Copy full SHA for e35dfa8
.github/workflows/conda-package.yml
@@ -109,7 +109,7 @@ jobs:
109
- name: Build conda package
110
env:
111
OVERRIDE_INTEL_IPO: 1 # IPO requires more resources that GH actions VM provides
112
- run: conda build --no-test --python ${{ matrix.python }} -c ${{ env.INTEL_CHANNEL }} -c conda-forge --override-channels conda-recipe
+ run: conda build --no-test --python ${{ matrix.python }} -c dppy/label/bootstrap -c ${{ env.INTEL_CHANNEL }} -c conda-forge --override-channels conda-recipe
113
- name: Upload artifact
114
uses: actions/[email protected]
115
with:
0 commit comments