Skip to content

Commit

Permalink
bld: fix install process
Browse files Browse the repository at this point in the history
  • Loading branch information
mmngreco committed Feb 21, 2022
1 parent 8b3e9e8 commit c224503
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ venv:

.PHONY: dev
dev:
pipenv install -e . --dev
pipenv install --dev

.PHONY: install
install:
pipenv install .
pipenv install --skip-lock

.PHONY: test
test:
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pandas = "*"
black = "*"
flake8 = "*"
pdbpp = "*"
IneqPy = {editable = true, path = "."}
IneqPy = {path = "."}

[dev-packages]
scipy = "*"
Expand Down

0 comments on commit c224503

Please sign in to comment.