Skip to content

Commit

Permalink
fix: Remove poetry 1.x config setting in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Batalex committed Jan 10, 2025
1 parent 62b1aa9 commit 397f2d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ endif

$(setup_tag): $(pre_deps_tag) pyproject.toml
@echo "==Setting up package environment=="
poetry config virtualenvs.prefer-active-python true
poetry lock --no-update
poetry install --with unit --no-cache
touch $(setup_tag)
Expand Down

0 comments on commit 397f2d6

Please sign in to comment.