Skip to content

Commit d52ae72

Browse files
committed
Show package version when running test_windows CI step
1 parent 99bab18 commit d52ae72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/conda-package.yml

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

0 commit comments

Comments
 (0)