Skip to content

Commit

Permalink
Revert "fix: change to recommended dev build (#396)"
Browse files Browse the repository at this point in the history
This reverts commit 83b4fc0.

The reverted commit and #393
seem to be incompatible, reverting this for now.
  • Loading branch information
digikata committed Mar 20, 2024
1 parent f5e4775 commit 3525fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ install-wheel: build-wheel
$(PIP) install --upgrade --force-reinstall --no-index --pre --find-links=dist/ fluvio

build-dev: venv-pip
$(PIP) install -e .
$(PYTHON) setup.py develop

integration-tests: build-dev
cd integration-tests/ && $(PYTHON) -m unittest
Expand Down

0 comments on commit 3525fbd

Please sign in to comment.