Skip to content

Commit

Permalink
Test with zfpy on Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Jun 20, 2024
1 parent bfb9063 commit f0dab86
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ jobs:
# TODO: put back zfpy import when it supports numpy 2.0
python -m pip install -v -e .[test,test_extras,msgpack,pcodec]
# This is used to test with zfpy, which does not yet support numpy 2.0
- name: Install older numpy and zfpy
if: ${{ matrix.python-version }} == '3.10'
shell: "bash -l {0}"
run: |
conda activate env
python -m pip install zfpy>1 numpy<2
- name: List installed packages
shell: "bash -l {0}"
run: |
Expand Down

0 comments on commit f0dab86

Please sign in to comment.