Skip to content

Commit

Permalink
chore: Update python setup target #1796
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed Jan 18, 2023
1 parent fc6f3ff commit 178ea5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ setup: ## Install dependencies
# TODO examples pip install is wasteful for CI
./venv/bin/python -m pip install -r examples/requirements.txt
./venv/bin/python -m pip install --editable .
./venv/bin/python -m pip install --editable h2o_wavelie
rm -f h2o_wave/metadata.py
echo "# Generated in setup.py\n__platform__ = 'linux'\n__arch__ = 'amd64'" > h2o_wave/metadata.py

Expand Down

0 comments on commit 178ea5e

Please sign in to comment.