Skip to content

Commit

Permalink
missing quotes in github CI numpy version install
Browse files Browse the repository at this point in the history
  • Loading branch information
bernstei committed Jul 22, 2024
1 parent 01fad53 commit 1664a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python3 --version
- name: Install dependencies from pip
run: python3 -m pip install wheel setuptools numpy<2 scipy click matplotlib pyyaml spglib rdkit flake8 pytest pytest-cov requests
run: python3 -m pip install wheel setuptools "numpy<2" scipy click matplotlib pyyaml spglib rdkit flake8 pytest pytest-cov requests

- name: Install latest ASE from gitlab
run: |
Expand Down

0 comments on commit 1664a30

Please sign in to comment.