Skip to content

Commit

Permalink
Fix Poetry warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jan 3, 2025
1 parent d562fdc commit 3875f16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 30 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ install: $(ENV)
$(ENV): poetry.lock
@ poetry config virtualenvs.in-project true
ifdef CI
poetry install --no-dev
poetry install --no-root --only=main
else
poetry install
poetry install --no-root
endif
@ touch $@

Expand Down
31 changes: 3 additions & 28 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3875f16

Please sign in to comment.