We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104f67c commit a832aedCopy full SHA for a832aed
.github/workflows/release-wheel-windows.yml
@@ -127,8 +127,8 @@ jobs:
127
# shellcheck disable=SC2086
128
${CONDA_RUN} ${PIP_INSTALL_TORCH}
129
set -x
130
- DEVICE_PROPERTIES=$(python -c "import torch; print(torch.cuda.get_device_properties(0))")
131
- echo DEVICE_PROPERTIES=$DEVICE_PROPERTIES
+ ${CONDA_RUN} python -c "import torch; print(torch.cuda.get_device_properties(0))"
+
132
# - name: Run Pre-Script with Caching
133
# if: ${{ inputs.pre-script != '' }}
134
# uses: ./test-infra/.github/actions/run-script-with-cache
0 commit comments