Skip to content

Commit c67501d

Browse files
committed
Remove deprecated pip argument
1 parent dc1cb71 commit c67501d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels = ["conda-forge"]
44
platforms = ["linux-64", "osx-arm64", "win-64"]
55

66
[tasks]
7-
postinstall = "pip install --no-use-pep517 --no-build-isolation --no-deps --disable-pip-version-check -e ."
7+
postinstall = "pip install --no-build-isolation --no-deps --disable-pip-version-check -e ."
88

99
[tasks.install-nightlies]
1010
cmd = """

0 commit comments

Comments
 (0)