Skip to content

Commit

Permalink
use numpy <2 to make pytables happy for py3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmeagher committed Nov 20, 2024
1 parent 99010cc commit 1f2e802
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
cache-dependency-path: pyproject.toml
- name: Install SimWeights
run: |
if [ "${{matrix.python-version}}" == "3.9" ]; then
python3 -m pip install "numpy<2"
fi
python3 -m pip install flit
python3 -m flit install --symlink --deps=production --extras=test
- name: Download Test Data
Expand Down

0 comments on commit 1f2e802

Please sign in to comment.