Skip to content

Commit b469c01

Browse files
committed
remove intel-openmp dependency on conda-forge
1 parent 9fd93e9 commit b469c01

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,6 @@ jobs:
321321
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-python-${{ matrix.python }}-
322322
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-
323323
324-
# add intel-openmp as an explicit dependency
325-
# to avoid it being missed when package version is specified exactly
326324
- name: Install mkl_umath
327325
shell: cmd /C CALL {0}
328326
run: |
@@ -334,10 +332,7 @@ jobs:
334332
FOR /F "tokens=* USEBACKQ" %%F IN (`python -c "%SCRIPT%"`) DO (
335333
SET PACKAGE_VERSION=%%F
336334
)
337-
SET "TEST_DEPENDENCIES=pytest pytest-cov"
338-
SET "WORKAROUND_DEPENDENCIES=intel-openmp"
339-
SET "DEPENDENCIES=%TEST_DEPENDENCIES% %WORKAROUND_DEPENDENCIES%"
340-
conda install -n mkl_umath_test ${{ env.PACKAGE_NAME }}=%PACKAGE_VERSION% %DEPENDENCIES% python=${{ matrix.python }} -c ${{ env.workdir }}/channel ${{ env.CHANNELS }}
335+
conda install -n mkl_umath_test ${{ env.PACKAGE_NAME }}=%PACKAGE_VERSION% pytest python=${{ matrix.python }} -c ${{ env.workdir }}/channel ${{ env.CHANNELS }}
341336
342337
- name: Report content of test environment
343338
shell: cmd /C CALL {0}

0 commit comments

Comments
 (0)