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.
1 parent ed135d6 commit 31e2edfCopy full SHA for 31e2edf
.github/workflows/conda-package.yml
@@ -125,7 +125,8 @@ jobs:
125
- name: Install mkl_umath
126
run: |
127
CHANNELS="-c $GITHUB_WORKSPACE/channel ${{ env.CHANNELS }}"
128
- conda create -n test_mkl_umath python=${{ matrix.python }} $PACKAGE_NAME pytest $CHANNELS
+ conda create -n test_mkl_umath python=${{ matrix.python }} numpy $CHANNELS
129
+ conda install -n test_mkl_umath $PACKAGE_NAME pytest $CHANNELS
130
# Test installed packages
131
conda list -n test_mkl_umath
132
0 commit comments