Skip to content

Commit 3d5bcfc

Browse files
committed
Update link for onnx-rc candidates
1 parent 9f30d91 commit 3d5bcfc

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
@@ -5,7 +5,7 @@ platforms = ["osx-arm64", "osx-64", "linux-64", "linux-aarch64", "win-64"]
55

66
[tasks]
77
postinstall = "pip install --no-build-isolation --no-deps --disable-pip-version-check -e ."
8-
postinstall-onnx-rc = "pip install -i https://test.pypi.org/simple/ --pre onnx"
8+
postinstall-onnx-rc = "pip install -i https://pypi.org/simple/ --pre onnx --force --no-deps"
99

1010
[dependencies]
1111
# we don't specify onnx here since we want to create test environments where we install it from pypi

0 commit comments

Comments
 (0)