Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
$TEST \
$VERSIONS \
$CHANNELS \
conda-recipe-cf
conda-recipe

- name: Upload artifact
uses: actions/[email protected]
Expand Down Expand Up @@ -145,6 +145,7 @@ jobs:
miniforge-version: latest
activate-environment: build
channels: conda-forge
conda-remove-defaults: true
python-version: ${{ matrix.python }}

- name: Cache conda packages
Expand Down Expand Up @@ -173,7 +174,7 @@ jobs:
- name: Build conda package
run: |
conda activate
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

- name: Upload artifact
uses: actions/[email protected]
Expand Down Expand Up @@ -208,7 +209,8 @@ jobs:
miniforge-variant: Miniforge3
miniforge-version: latest
activate-environment: mkl_umath_test
channels: conda-forge,nodefaults
channels: conda-forge
conda-remove-defaults: true
python-version: ${{ matrix.python }}

- name: Install conda-index
Expand Down
Loading