Skip to content

Commit d71e242

Browse files
committed
Export UV_PYTHON for free-threaded tests
1 parent aeb4ae5 commit d71e242

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
python-version: ${{ matrix.python }}
6868
- name: Check Python version
6969
run: python --version --version
70+
- name: Export UV_PYTHON
71+
run: echo "UV_PYTHON=$(which python)" >> $GITHUB_ENV
7072
- name: Install uv
7173
uses: astral-sh/setup-uv@v5
7274
with:

0 commit comments

Comments
 (0)