Skip to content

Commit

Permalink
Install nunmpy
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Jun 28, 2024
1 parent d20259a commit 66181bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install dependencies
run: |
micromamba activate venv
uv pip install numpy cython
uv pip install --upgrade -r requirements-ci.txt
- name: pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ nbmake
pymatgen
pymatgen-analysis-diffusion
mp-api
BoltzTraP2
BoltzTraP2 # Does not work because numpy not detected.
phonopy

0 comments on commit 66181bd

Please sign in to comment.