Skip to content

Commit

Permalink
adjust how we install green in a venv to test
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanCut committed May 23, 2022
1 parent 62744b9 commit 084481d
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 @@ -43,7 +43,7 @@ test-installed:
source venv-installed/bin/activate; pip3 install -r requirements-optional.txt
source venv-installed/bin/activate; python3 setup.py sdist
tar zxvf dist/green-$(VERSION).tar.gz
source venv-installed/bin/activate; cd green-$(VERSION) && python3 setup.py install
source venv-installed/bin/activate; cd green-$(VERSION) && pip3 install .
source venv-installed/bin/activate; green -vvvv green
@rm -rf venv-installed
@make clean-silent
Expand Down

0 comments on commit 084481d

Please sign in to comment.