We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64907f7 commit 9602802Copy full SHA for 9602802
1 file changed
.github/actions/mise-project-setup/action.yaml
@@ -103,8 +103,8 @@ runs:
103
for dir in $DIRECTORIES; do
104
echo "::group::Install mise tools: $dir"
105
pushd "$dir"
106
- which python || true
107
- which python3 || true
+ ls -la "${MISE_DATA_DIR}/shims" || true
+ "${MISE_DATA_DIR}/shims/uv" --version || true
108
mise upgrade
109
popd
110
echo "::endgroup::"
0 commit comments