Skip to content

Commit

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

0 comments on commit 47b5cc9

Please sign in to comment.