We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b4aeb commit c0de9a0Copy full SHA for c0de9a0
.github/workflows/push.yml
@@ -16,7 +16,7 @@ jobs:
16
persist-credentials: false
17
- uses: actions/setup-python@v5
18
with:
19
- python-version: ${{ env.PYTHON_VERSION }}
+ python-version: "3.9"
20
architecture: x64
21
- uses: astral-sh/setup-uv@v5
22
0 commit comments