Skip to content

Commit

Permalink
fix: install and deps issues
Browse files Browse the repository at this point in the history
  • Loading branch information
geronimo-iia committed Feb 21, 2024
1 parent 0ed4fbe commit 62e4dbe
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 209 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install: .install ## Install project

.install: poetry.lock
$(MAKE) configure
poetry install
poetry install --no-root
@touch $@

poetry.lock: pyproject.toml
Expand Down
Loading

0 comments on commit 62e4dbe

Please sign in to comment.