Skip to content

Commit

Permalink
chore: 😓 really fix netlify script
Browse files Browse the repository at this point in the history
  • Loading branch information
justindujardin committed Jan 18, 2024
1 parent 33f5211 commit d79a725
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions website/tools/netlify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ if [ ! -d "${DIR}" ]; then
python -m virtualenv -p python3 .env || virtualenv -p python3 .env
fi
echo "Installing/updating requirements..."
.env/bin/pip install -e ".[all]"
# Use root env
. ../.env/bin/activate
echo "Installing/updating requirements..."
pip install -r requirements.txt
.env/bin/pip install -r requirements.txt


echo "Building Netlify site..."
Expand Down

0 comments on commit d79a725

Please sign in to comment.