Skip to content

Commit

Permalink
ci: Try building lightwave_web package during setup. #1796
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed Feb 24, 2023
1 parent ba63e3a commit aaaa990
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 @@ -32,6 +32,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 h2o_wave
[ -d ../ui/build ] && $(MAKE) build-lightwave-web || echo "WARN: ../ui/build doesn't exist, skipping build-lightwave-web"
./venv/bin/python -m pip install --editable h2o_lightwave
./venv/bin/python -m pip install --editable h2o_lightwave_web
rm -f h2o_wave/h2o_wave/metadata.py
Expand Down

0 comments on commit aaaa990

Please sign in to comment.