5
0
mirror of https://github.com/astral-sh/setup-uv.git synced 2025-12-15 11:07:14 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Kevin Stillhammer
6a26ee8850 Debug macos python version 2024-12-26 17:04:56 +01:00

View File

@@ -167,3 +167,17 @@ jobs:
exit 1
fi
shell: bash
test-macos-python-version:
runs-on: macos-latest
steps:
- run: |
/Applications/Xcode_15.4.app/Contents/Developer/usr/bin/python3 --version
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
python-version: 3.9
- run: |
echo "$UV_PYTHON"
python --version
uv python list
shell: bash