Skip to content

Commit

Permalink
Merge pull request #1748 from IntelPython/use-bootstrap-channel-for-w…
Browse files Browse the repository at this point in the history
…indows

Use bootstrap channel for Windows build too
  • Loading branch information
oleksandr-pavlyk authored Jul 22, 2024
2 parents 0ec8cfb + f3b41c9 commit e35dfa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Build conda package
env:
OVERRIDE_INTEL_IPO: 1 # IPO requires more resources that GH actions VM provides
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
- name: Upload artifact
uses: actions/upload-artifact@v4.3.4
with:
Expand Down

0 comments on commit e35dfa8

Please sign in to comment.