File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -259,6 +259,7 @@ jobs:
259259 FOR /F "tokens=* USEBACKQ" %%F IN (`python -c "%SCRIPT%"`) DO (
260260 SET PACKAGE_VERSION=%%F
261261 )
262+ echo %PACKAGE_VERSION%
262263 conda install -n mkl_umath_test ${{ env.PACKAGE_NAME }}=%PACKAGE_VERSION% python=${{ matrix.python }} -c ${{ env.workdir }}/channel ${{ env.CHANNELS }} --only-deps --dry-run > lockfile
263264
264265 - name : Display lockfile content
@@ -288,6 +289,7 @@ jobs:
288289 FOR /F "tokens=* USEBACKQ" %%F IN (`python -c "%SCRIPT%"`) DO (
289290 SET PACKAGE_VERSION=%%F
290291 )
292+ echo %PACKAGE_VERSION%
291293 SET "TEST_DEPENDENCIES=pytest pytest-cov"
292294 conda install -n mkl_umath_test ${{ env.PACKAGE_NAME }}=%PACKAGE_VERSION% %TEST_DEPENDENCIES% python=${{ matrix.python }} -c ${{ env.workdir }}/channel ${{ env.CHANNELS }}
293295
You can’t perform that action at this time.
0 commit comments