Skip to content

Commit 31e2edf

Browse files
committed
install numpy from intel channel
1 parent ed135d6 commit 31e2edf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ jobs:
125125
- name: Install mkl_umath
126126
run: |
127127
CHANNELS="-c $GITHUB_WORKSPACE/channel ${{ env.CHANNELS }}"
128-
conda create -n test_mkl_umath python=${{ matrix.python }} $PACKAGE_NAME pytest $CHANNELS
128+
conda create -n test_mkl_umath python=${{ matrix.python }} numpy $CHANNELS
129+
conda install -n test_mkl_umath $PACKAGE_NAME pytest $CHANNELS
129130
# Test installed packages
130131
conda list -n test_mkl_umath
131132

0 commit comments

Comments
 (0)