We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 827cfbd commit d87cc85Copy full SHA for d87cc85
.github/workflows/CICD.yml
@@ -84,7 +84,7 @@ jobs:
84
- name: Install uv and set the python version
85
uses: astral-sh/setup-uv@v5
86
with:
87
- python-version: '3.x'
+ python-version: '3.12'
88
89
- name: View Python --version
90
run: uv run python --version
0 commit comments