Skip to content

Commit

Permalink
add pymatgen to install and testing requirements in setup.json
Browse files Browse the repository at this point in the history
  • Loading branch information
q-posev committed Jul 16, 2021
1 parent 8363764 commit 87f80e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# - name: Install python dependencies
# run: |
# pip install --upgrade pip
# pip install -e .[testing,pymatgen]
# pip install -e .[testing]
# reentry scan -r aiida
#
# - name: Run test suite
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Install python dependencies
run: |
pip install --upgrade pip
pip install -e .[pre-commit,docs,testing,pymatgen]
pip install -e .[pre-commit,docs,testing]
reentry scan -r aiida
- name: Run pre-commit
run: |
Expand Down
6 changes: 4 additions & 2 deletions setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,17 @@
"sqlalchemy<1.4",
"six",
"psycopg2-binary<2.9",
"voluptuous"
"voluptuous",
"pymatgen>=3.3.5"
],
"extras_require": {
"testing": [
"pgtest~=1.3.1",
"wheel~=0.31",
"coverage",
"pytest~=6.0",
"pytest-cov"
"pytest-cov",
"pymatgen"
],
"pre-commit": [
"pre-commit~=2.2",
Expand Down

0 comments on commit 87f80e0

Please sign in to comment.