Skip to content

Commit b463cde

Browse files
committed
action updated, now outputs dependencies and python version
1 parent d13c3d6 commit b463cde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup-project/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ runs:
8686

8787
- name: Show Python version
8888
shell: bash
89-
run: python -c "import sys; print(sys.version)"
89+
run: uv run python -c "import sys; print(sys.version)"

0 commit comments

Comments
 (0)