Skip to content

Commit ef453a0

Browse files
committed
experimentally add intel-openmp to test step on conda-forge
1 parent 39a35b2 commit ef453a0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/conda-package-cf.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)