Skip to content

Commit

Permalink
Debug macos python version
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Dec 26, 2024
1 parent 03fe035 commit 9acad6b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,15 @@ jobs:
exit 1
fi
shell: bash
test-macos-python-version:
runs-on: macos-latest
steps:
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
python-version: 3.9
- run: |
echo "$UV_PYTHON"
python --version
uv python find
shell: bash

0 comments on commit 9acad6b

Please sign in to comment.