Skip to content

Commit 1da52f7

Browse files
Fix uv install in CI (#311)
1 parent 4ef82e9 commit 1da52f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
echo "::endgroup::"
4747
done
4848
49-
first_dir_with_uv=$(echo "$DIRECTORIES" | cut -d ' ' -f 1)
49+
first_dir_with_uv=$(echo "$DIRECTORIES" | head -n 1)
5050
echo "::group::Prune uv cache"
5151
pushd "$first_dir_with_uv"
5252
# --ci switch removes build-system dependencies, unless they are pinned to specific version

0 commit comments

Comments
 (0)