Skip to content

Commit 9ebfb50

Browse files
committed
Correct uv path to deployment workflow
1 parent 4843634 commit 9ebfb50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
echo "🐍 Setting up Python backend..."
147147
if ! command -v uv &> /dev/null; then
148148
curl -LsSf https://astral.sh/uv/install.sh | sh
149-
export PATH="\$HOME/.cargo/bin:\$PATH"
149+
export PATH="\$HOME/.local/bin:\$PATH"
150150
fi
151151
uv venv
152152
source .venv/bin/activate

0 commit comments

Comments
 (0)