Skip to content

Commit 397f2d6

Browse files
committed
fix: Remove poetry 1.x config setting in Makefile
1 parent 62b1aa9 commit 397f2d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ endif
6060

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

0 commit comments

Comments
 (0)