Skip to content

Commit

Permalink
Don't force tests to run with NumPy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Jun 23, 2024
1 parent fb4d47f commit 1e06d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e06d70

Please sign in to comment.