Skip to content

Commit 54ac27c

Browse files
committed
Another gen-scie-platforms fix.
1 parent 881c6b8 commit 54ac27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gen-scie-platforms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
cat << EOF > ./gen-scie-platform.sh
6464
#!/usr/bin/env bash
6565
66-
export PATH="$PWD/.bin:$PATH"
6766
curl -LsSf https://astral.sh/uv/install.sh | UV_INSTALL_DIR=.bin sh
67+
source .bin/env
6868
if ! uv python find 3.11; then
6969
uv python install -i .bin 3.11
7070
fi

0 commit comments

Comments
 (0)