From d1b7ca5cf2b752c6e2b0ac95641d211bb2abec59 Mon Sep 17 00:00:00 2001 From: Jan Tilly Date: Sat, 9 May 2026 13:36:24 +0200 Subject: [PATCH] Fix syntax for latest pixi version. --- pixi.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pixi.toml b/pixi.toml index 0ebf0615..80e9b526 100644 --- a/pixi.toml +++ b/pixi.toml @@ -8,11 +8,11 @@ postinstall = "pip install --no-build-isolation --no-deps --disable-pip-version- [tasks.install-nightlies] cmd = """ - PRE_WHEELS="https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/" - && pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i $PRE_WHEELS numpy - && pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i $PRE_WHEELS pandas - && pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i https://pypi.fury.io/arrow-nightlies/ pyarrow - && pip install --no-deps git+https://github.com/matthewwardrop/formulaic + PRE_WHEELS="https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/" && + pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i $PRE_WHEELS numpy && + pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i $PRE_WHEELS pandas && + pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i https://pypi.fury.io/arrow-nightlies/ pyarrow && + pip install --no-deps git+https://github.com/matthewwardrop/formulaic """ [feature.test.tasks]