We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c009f71 commit 956bc59Copy full SHA for 956bc59
.github/workflows/validate-linux-binaries.yml
@@ -56,10 +56,10 @@ jobs:
56
export GPU_ARCH_TYPE="${{ matrix.gpu_arch_type }}"
57
export INSTALLATION="${{ matrix.installation }}"
58
export CUDA_VER="${{ matrix.desired_cuda }}"
59
- export DESIRED_PYTHON="${{ matrix.python_version }}""
+ export DESIRED_PYTHON="${{ matrix.python_version }}"
60
export DESIRED_CUDA="${{ matrix.desired_cuda }}"
61
- export DESIRED_DEVTOOLSET="${{ matrix.dev_toolset }}""
62
- export PACKAGE_TYPE="${{ matrix.package_type }}""
+ export DESIRED_DEVTOOLSET="${{ matrix.dev_toolset }}"
+ export PACKAGE_TYPE="${{ matrix.package_type }}"
63
export TARGET_OS="linux"
64
65
if [[ ${{ matrix.package_type }} == "libtorch" ]]; then
0 commit comments