We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1fb98a commit 4f66b66Copy full SHA for 4f66b66
1 file changed
.github/workflows/test.yml
@@ -42,10 +42,6 @@ jobs:
42
fi
43
echo "Detected Python version: $version"
44
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 }}
49
- name: Install uv
50
uses: astral-sh/setup-uv@v6
51
with:
0 commit comments