We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb4ae5 commit d71e242Copy full SHA for d71e242
.github/workflows/test.yml
@@ -67,6 +67,8 @@ jobs:
67
python-version: ${{ matrix.python }}
68
- name: Check Python version
69
run: python --version --version
70
+ - name: Export UV_PYTHON
71
+ run: echo "UV_PYTHON=$(which python)" >> $GITHUB_ENV
72
- name: Install uv
73
uses: astral-sh/setup-uv@v5
74
with:
0 commit comments