Skip to content

Commit 6cc05e4

Browse files
committed
fix source env file
1 parent 726ba08 commit 6cc05e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-paddle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
7676
# Install uv
7777
curl -LsSf https://astral.sh/uv/install.sh | sh
78-
source $HOME/.cargo/env
78+
source $HOME/.local/bin/env
7979
8080
# Create and activate virtual environment
8181
uv venv .venv

0 commit comments

Comments
 (0)