Skip to content

Commit d1b7ca5

Browse files
committed
Fix syntax for latest pixi version.
1 parent afbf81c commit d1b7ca5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pixi.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ postinstall = "pip install --no-build-isolation --no-deps --disable-pip-version-
88

99
[tasks.install-nightlies]
1010
cmd = """
11-
PRE_WHEELS="https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/"
12-
&& pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i $PRE_WHEELS numpy
13-
&& pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i $PRE_WHEELS pandas
14-
&& pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i https://pypi.fury.io/arrow-nightlies/ pyarrow
15-
&& pip install --no-deps git+https://github.com/matthewwardrop/formulaic
11+
PRE_WHEELS="https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/" &&
12+
pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i $PRE_WHEELS numpy &&
13+
pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i $PRE_WHEELS pandas &&
14+
pip install --pre --no-deps --only-binary :all: --upgrade --timeout=60 -i https://pypi.fury.io/arrow-nightlies/ pyarrow &&
15+
pip install --no-deps git+https://github.com/matthewwardrop/formulaic
1616
"""
1717

1818
[feature.test.tasks]

0 commit comments

Comments
 (0)