File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -163,11 +163,12 @@ jobs:
163163 ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-python-${{ matrix.python }}-
164164 ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-
165165
166+ # add intel-openmp as dependency as a test
166167 - name : Install mkl_umath
167168 run : |
168169 CHANNELS=(-c "$GITHUB_WORKSPACE/channel" -c "conda-forge" --override-channels)
169170 PACKAGE_VERSION="$(python -c "${VER_SCRIPT1} ${VER_SCRIPT2}")"
170- conda create -n "${{ env.TEST_ENV_NAME }}" "python=${{ matrix.python }}" "$PACKAGE_NAME=${PACKAGE_VERSION}" "${{ matrix.numpy }}" pytest "${CHANNELS[@]}"
171+ conda create -n "${{ env.TEST_ENV_NAME }}" "python=${{ matrix.python }}" "$PACKAGE_NAME=${PACKAGE_VERSION}" "${{ matrix.numpy }}" intel-openmp pytest "${CHANNELS[@]}"
171172 # Test installed packages
172173 conda list -n "${{ env.TEST_ENV_NAME }}"
173174
You can’t perform that action at this time.
0 commit comments