Skip to content

Commit 434d630

Browse files
committed
CI: use ndonnx wheels for python 3.13
1 parent a9f4886 commit 434d630

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,8 @@ jobs:
3333
python -m pip install pytest
3434
3535
# Don't `pip install .[dev]` as it would pull in the whole torch cuda stack
36-
python -m pip install array-api-strict dask[array] jax[cpu] sparse
36+
python -m pip install array-api-strict dask[array] jax[cpu] sparse ndonnx
3737
python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
38-
if [ "${{ matrix.python-version }}" != "3.13" ]; then
39-
# onnx wheels are not available on Python 3.13 at the moment of writing
40-
python -m pip install ndonnx
41-
fi
4238
4339
if [ "${{ matrix.numpy-version }}" == "dev" ]; then
4440
python -m pip install numpy --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple

0 commit comments

Comments
 (0)