mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-02-24 01:25:24 +08:00
Debug macos python version
This commit is contained in:
parent
03fe035094
commit
6a26ee8850
14
.github/workflows/test.yml
vendored
14
.github/workflows/test.yml
vendored
@ -167,3 +167,17 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
shell: bash
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user