Skip to content

Commit a832aed

Browse files
committed
test
1 parent 104f67c commit a832aed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-wheel-windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ jobs:
127127
# shellcheck disable=SC2086
128128
${CONDA_RUN} ${PIP_INSTALL_TORCH}
129129
set -x
130-
DEVICE_PROPERTIES=$(python -c "import torch; print(torch.cuda.get_device_properties(0))")
131-
echo DEVICE_PROPERTIES=$DEVICE_PROPERTIES
130+
${CONDA_RUN} python -c "import torch; print(torch.cuda.get_device_properties(0))"
131+
132132
# - name: Run Pre-Script with Caching
133133
# if: ${{ inputs.pre-script != '' }}
134134
# uses: ./test-infra/.github/actions/run-script-with-cache

0 commit comments

Comments
 (0)