Skip to content

Commit 07296dc

Browse files
fix syntax
1 parent e037980 commit 07296dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_rocm_transformer_engine_wheel_weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
export NVTE_ROCM_ARCH="${GFX_ARCH}"
123123
python3 setup.py bdist_wheel
124124
wheel_path="$(
125-
python3 -c 'import glob; m=sorted(glob.glob(\"dist/transformer_engine-*.whl\")); print(m[0] if m else \"\")'
125+
python3 -c 'import glob; m=sorted(glob.glob("dist/transformer_engine-*.whl")); print(m[0] if m else "")'
126126
)"
127127
if [ -z "${wheel_path}" ]; then
128128
echo "No wheel produced in dist/ (selector=${SELECTOR})."

0 commit comments

Comments
 (0)