File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments