Skip to content

Commit

Permalink
more print
Browse files Browse the repository at this point in the history
  • Loading branch information
jckras committed Oct 4, 2024
1 parent cb4f197 commit 946b16a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
set -ex

# UNAME=$(uname -s)
echo "OSTYPE is: $OSTYPE"

VENV_NAME=".venv"
echo "Current Directory: $(pwd)"
Expand Down Expand Up @@ -37,7 +38,7 @@ if [ "$OSTYPE" = "linux-gnu"* ]; then
fi

if [ "$OSTYPE" = "darwin"* ]; then
# echo "Installing uv on Darwin"
echo "Installing uv on Darwin"
brew install uv
fi
# fi
Expand Down

0 comments on commit 946b16a

Please sign in to comment.