Skip to content

Commit 956bc59

Browse files
committed
test
1 parent c009f71 commit 956bc59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validate-linux-binaries.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ jobs:
5656
export GPU_ARCH_TYPE="${{ matrix.gpu_arch_type }}"
5757
export INSTALLATION="${{ matrix.installation }}"
5858
export CUDA_VER="${{ matrix.desired_cuda }}"
59-
export DESIRED_PYTHON="${{ matrix.python_version }}""
59+
export DESIRED_PYTHON="${{ matrix.python_version }}"
6060
export DESIRED_CUDA="${{ matrix.desired_cuda }}"
61-
export DESIRED_DEVTOOLSET="${{ matrix.dev_toolset }}""
62-
export PACKAGE_TYPE="${{ matrix.package_type }}""
61+
export DESIRED_DEVTOOLSET="${{ matrix.dev_toolset }}"
62+
export PACKAGE_TYPE="${{ matrix.package_type }}"
6363
export TARGET_OS="linux"
6464
6565
if [[ ${{ matrix.package_type }} == "libtorch" ]]; then

0 commit comments

Comments
 (0)