Skip to content

Commit

Permalink
ci: pin numpy<2.0 in test
Browse files Browse the repository at this point in the history
  • Loading branch information
n0w0f committed Jun 27, 2024
1 parent 00eeab2 commit 1accf55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: Install dependencies
run: |
mamba install -c conda-forge openbabel fftw -y
pip install "numpy<2.0"
pip install -e ".[dev]"
pip install "numpy<2.0"
pip install pyxtal
- name: Test
Expand Down

0 comments on commit 1accf55

Please sign in to comment.