Skip to content

Commit 6527163

Browse files
Copilotbytemain
andauthored
Tighten uv-build CI version check
Agent-Logs-Url: https://github.com/version-fox/vfox-python/sessions/0041d396-c50d-4f53-ac3e-4d4d4b1b1e4e Co-authored-by: bytemain <13938334+bytemain@users.noreply.github.com>
1 parent 39bb1cd commit 6527163

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/vfox-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
if: matrix.mirror == ''
7878
run: |
7979
eval "$(vfox activate bash)"
80-
python_version=$(python -c 'import sys;print(sys.version, sys.path)')
80+
python_version=$(python -c 'import sys;print(sys.version)')
8181
echo $python_version
8282
8383
if [[ ! $python_version == 3.10.20* ]]; then

0 commit comments

Comments
 (0)