From 871f6b19f90b8716d0bcf9761aee6c4dbd836015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Baran?= Date: Wed, 11 Dec 2024 16:51:46 +0100 Subject: [PATCH] Pin numpy in ci-python pip commands --- .github/workflows/ci-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index 8a7ce7a49..4a8d1a2fd 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -92,7 +92,7 @@ jobs: #pip uninstall -y tiledb.vector_search #pip install -e . #pytest - pip install -r test/ipynb/requirements.txt + pip install -r test/ipynb/requirements.txt numpy==1.25.0 export TILEDB_REST_TOKEN=$TILEDB_CLOUD_HELPER_VAR pytest -n logical --durations=0 --nbmake test/ipynb env: