Skip to content

Commit a9b97fc

Browse files
[pre-commit.ci] auto code formatting
1 parent 8afb850 commit a9b97fc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-wheel-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
# Read base matrix from JSON file for the specific architecture
5959
TEST_MATRIX=$(jq --arg arch "$ARCH" --arg matrix_type "$MATRIX_TYPE" '
60-
.linux[$matrix_type] |
60+
.linux[$matrix_type] |
6161
map(select(.ARCH == $arch))
6262
' ci/test-matrix.json)
6363

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
# Read base matrix from JSON file for the specific architecture
5656
TEST_MATRIX=$(jq --arg arch "$ARCH" --arg matrix_type "$MATRIX_TYPE" '
57-
.windows[$matrix_type] |
57+
.windows[$matrix_type] |
5858
map(select(.ARCH == $arch))
5959
' ci/test-matrix.json)
6060

ci/test-matrix.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@
9797
{ "ARCH": "amd64", "PY_VER": "3.12", "CUDA_VER": "12.9.0", "LOCAL_CTK": "1", "GPU": "l4", "DRIVER": "latest" }
9898
]
9999
}
100-
}
100+
}

0 commit comments

Comments
 (0)