Skip to content

Commit

Permalink
removed brew uv
Browse files Browse the repository at this point in the history
  • Loading branch information
jckras committed Oct 7, 2024
1 parent 3771bdc commit 33d1ab6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ echo "Checking for virtual environment folder..."

# if [ "$OSTYPE" = "darwin"* ]; then
echo "Installing uv on Darwin"
brew install uv
# brew install uv
curl -LsSf https://astral.sh/uv/install.sh | sh

# fi
# fi
uv venv --python=3.10
Expand Down

0 comments on commit 33d1ab6

Please sign in to comment.