-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2dd46d1
commit 2bccde3
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ jobs: | |
run: conda install conda-build | ||
- name: Build conda package | ||
run: | | ||
CHANNELS="-c conda-forge -c intel --override-channels" | ||
CHANNELS="-c conda-forge -c https://software.repos.intel.com/python/conda --override-channels" | ||
VERSIONS="--python ${{ matrix.python }}" | ||
TEST="--no-test" | ||
|
@@ -89,7 +89,7 @@ jobs: | |
- name: Install conda-build | ||
run: conda install conda-build | ||
- name: Build conda package | ||
run: conda build --no-test --python ${{ matrix.python }} -c intel -c conda-forge --override-channels conda-recipe | ||
run: conda build --no-test --python ${{ matrix.python }} -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels conda-recipe | ||
- name: Upload artifact | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -107,7 +107,7 @@ jobs: | |
runner: [ubuntu-latest] | ||
continue-on-error: ${{ matrix.experimental }} | ||
env: | ||
CHANNELS: -c conda-forge -c intel --override-channels | ||
CHANNELS: -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels | ||
|
||
steps: | ||
- name: Download artifact | ||
|
@@ -174,7 +174,7 @@ jobs: | |
runner: [windows-latest] | ||
continue-on-error: ${{ matrix.experimental }} | ||
env: | ||
CHANNELS: -c conda-forge -c intel --override-channels | ||
CHANNELS: -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels | ||
|
||
steps: | ||
- name: Download artifact | ||
|