Skip to content

Commit 9602802

Browse files
ci: Debug mise + uvx further (#125)
1 parent 64907f7 commit 9602802

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/mise-project-setup/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ runs:
103103
for dir in $DIRECTORIES; do
104104
echo "::group::Install mise tools: $dir"
105105
pushd "$dir"
106-
which python || true
107-
which python3 || true
106+
ls -la "${MISE_DATA_DIR}/shims" || true
107+
"${MISE_DATA_DIR}/shims/uv" --version || true
108108
mise upgrade
109109
popd
110110
echo "::endgroup::"

0 commit comments

Comments
 (0)