-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try installing latest bio2zarr at end
- Loading branch information
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,8 @@ jobs: | |
run: | | ||
python -m pip install --upgrade pip | ||
pip install -r requirements-numpy2.txt -r requirements-numpy2-dev.txt | ||
# update bio2zarr for NumPy 2, see https://github.com/sgkit-dev/bio2zarr/issues/256 | ||
pip install -U 'numpy<2.1' -U git+https://github.com/sgkit-dev/bio2zarr.git | ||
# - name: Run pre-commit | ||
# uses: pre-commit/[email protected] | ||
- name: Test with pytest (numba jit disabled) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters