Skip to content

Commit 596779c

Browse files
merge conflicts + mypy
2 parents 7455c23 + 118d7db commit 596779c

14 files changed

Lines changed: 743 additions & 429 deletions

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Test with pytest
6161
env:
6262
MP_API_KEY: ${{ secrets[env.API_KEY_NAME] }}
63-
#MP_API_ENDPOINT: https://api-preview.materialsproject.org/
63+
# MP_API_ENDPOINT: https://api-preview.materialsproject.org/
6464
run: |
6565
pytest -n auto -x --cov=mp_api --cov-report=xml
6666
- uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)