Skip to content
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ dist: clean
python setup.py bdist_wheel
ls -l dist

install: clean
environment:
-conda env create -f environment.yml

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove dash at beginning of line (probably a holdover from the yaml file)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(it's intentional, see PR comments)


install: environment clean
python setup.py install

N_JOBS = -1
Expand Down