Skip to content

Commit f1ceb8d

Browse files
committed
fix: fix docker
1 parent e5aa6fd commit f1ceb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_musllinux_arm64_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
echo "=== Configure git safe directory ==="
6565
git config --global --add safe.directory /workspace
6666
git describe --tags
67-
python3 -c 'import sys; sys.path.append("."); from setup import get_latest_git_tag; print("version:", get_latest_git_tag())'
67+
python3 -c "import sys; sys.path.append(\".\"); from setup import get_latest_git_tag; print(\"version:\", get_latest_git_tag())"
6868
6969
# 1. Check system info
7070
echo "=== Container System Info ==="

0 commit comments

Comments
 (0)