From 1e06d702d01fbb8318c709968f612438159fd8e7 Mon Sep 17 00:00:00 2001 From: Wessel Bruinsma Date: Sun, 23 Jun 2024 20:04:33 +0200 Subject: [PATCH] Don't force tests to run with NumPy 2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cde9322..0002210 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,10 +21,10 @@ jobs: - name: Install dependencies run: | sudo apt-get install gfortran + # JAX isn't yet NumPy 2 compatible. pip install --upgrade pip setuptools 'setuptools_scm[toml]' setuptools_scm_git_archive numpy Cython python setup.py --version LAB_BUILD=1 pip install --no-cache-dir -U -r requirements.txt | cat - pip install --upgrade numpy - name: Test run: | JAX_ENABLE_X64=1 pytest -v --cov=lab --cov-report term-missing