Skip to content

Commit f64dddb

Browse files
committed
Use dev version of bio2zarr for testing NumPy 2
1 parent 79d629e commit f64dddb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-numpy-2.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install -r requirements.txt -r requirements-dev.txt
26-
pip install -U 'numpy<2.1'
26+
# update bio2zarr for NumPy 2, see https://github.com/sgkit-dev/bio2zarr/issues/256
27+
pip install -U 'numpy<2.1' -U git+https://github.com/sgkit-dev/bio2zarr.git
2728
- name: Run pre-commit
2829
uses: pre-commit/[email protected]
2930
- name: Test with pytest (numba jit disabled)

0 commit comments

Comments
 (0)