Skip to content

Commit 4f66b66

Browse files
committed
don't explicitly set up python
1 parent c1fb98a commit 4f66b66

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ jobs:
4242
fi
4343
echo "Detected Python version: $version"
4444
echo "version=$version" >> $GITHUB_OUTPUT
45-
- name: Set up Python
46-
uses: actions/setup-python@v5
47-
with:
48-
python-version: ${{ steps.python-version.outputs.version }}
4945
- name: Install uv
5046
uses: astral-sh/setup-uv@v6
5147
with:

0 commit comments

Comments
 (0)