Skip to content

Commit

Permalink
Some fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyue Ping Ong committed Jul 25, 2023
1 parent 42bea74 commit 2d20607
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
- name: ruff
run: |
ruff --version
ruff check matgl
ruff check matcalc
- name: black
run: |
black --version
black --check --diff --color matgl
black --check --diff --color matcalc
- name: mypy
run: |
mypy --version
rm -rf .mypy_cache
mypy matgl
mypy matcalc
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
pip install -e .
- name: pytest
run: |
pytest --cov=matgl tests --color=yes
pytest --cov=matcalc tests --color=yes
- name: Coveralls
uses: coverallsapp/github-action@v2

Expand Down
13 changes: 13 additions & 0 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
ase>=3.22.1
chemview>=0.6
netCDF4>=1.5.8
fdint>=2.0.2
phonopy>=2.16.3
h5py>=3.8.0
BoltzTraP2>=22.3.2
f90nml>=1.4.3
# hiphive>=0.6
seekpath>=2.0.1
jarvis-tools>=2022.9.16
galore>=0.7.0
matgl>=0.5.1

0 comments on commit 2d20607

Please sign in to comment.