We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5aa6fd commit f1ceb8dCopy full SHA for f1ceb8d
.github/workflows/build_musllinux_arm64_wheels.yml
@@ -64,7 +64,7 @@ jobs:
64
echo "=== Configure git safe directory ==="
65
git config --global --add safe.directory /workspace
66
git describe --tags
67
- python3 -c 'import sys; sys.path.append("."); from setup import get_latest_git_tag; print("version:", get_latest_git_tag())'
+ python3 -c "import sys; sys.path.append(\".\"); from setup import get_latest_git_tag; print(\"version:\", get_latest_git_tag())"
68
69
# 1. Check system info
70
echo "=== Container System Info ==="
0 commit comments