Skip to content

Commit

Permalink
pin numpy version for tests because of breaking 2.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
esoteric-ephemera committed Jun 17, 2024
1 parent 27979e5 commit d0c8ad5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
run: conda install -c conda-forge openbabel

- name: Install dependencies
run: uv pip install numpy==1.26.4
run: uv pip install -e '.[dev]' --system

- name: pytest
Expand Down

0 comments on commit d0c8ad5

Please sign in to comment.