We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13c3d6 commit b463cdeCopy full SHA for b463cde
1 file changed
.github/actions/setup-project/action.yml
@@ -86,4 +86,4 @@ runs:
86
87
- name: Show Python version
88
shell: bash
89
- run: python -c "import sys; print(sys.version)"
+ run: uv run python -c "import sys; print(sys.version)"
0 commit comments