Skip to content

Commit

Permalink
Update pyproject.toml and testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
orionarcher committed Sep 20, 2024
1 parent 2355c5d commit 54c88c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
MP_API_KEY: ${{ secrets.MP_API_KEY }}
run: |
micromamba activate a2
pytest --cov=atomate2 --cov-report=xml --ignore=tests/openff_md --ignore=tests/openmm_md
pytest --cov=atomate2 --cov-report=xml
- uses: codecov/codecov-action@v1
if: matrix.python-version == '3.10' && github.repository == 'materialsproject/atomate2'
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"PyYAML",
"click",
"custodian>=2024.4.18",
"emmet-core==0.83.0",
"emmet-core==0.84.2rc10",
"jobflow>=0.1.11",
"monty>=2024.7.30",
"numpy",
Expand Down Expand Up @@ -92,7 +92,7 @@ strict = [
"click==8.1.7",
"custodian==2024.6.24",
"dscribe==2.1.1",
"emmet-core==0.83.0",
"emmet-core==0.84.2rc10",
"ijson==3.3.0",
"jobflow==0.1.18",
"lobsterpy==0.4.5",
Expand Down

0 comments on commit 54c88c2

Please sign in to comment.