Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Setup env fast
  • Loading branch information
charnley committed Dec 16, 2022
commit 66c50f1ac426b28892d598b7fb057c295a42db68
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

env:
conda env create -f ./environment.yml -p ./env --quiet
./env/bin/python -m pip install -e .

test:
python -m pytest -vrs tests
Expand Down