We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948c108 commit b0aed4fCopy full SHA for b0aed4f
.github/workflows/testing.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Test with pytest
58
env:
59
MP_API_KEY: ${{ secrets[env.API_KEY_NAME] }}
60
- #MP_API_ENDPOINT: https://api-preview.materialsproject.org/
+ MP_API_ENDPOINT: https://api-preview.materialsproject.org/
61
run: |
62
pip install -e .
63
pytest -n auto -x --cov=mp_api --cov-report=xml
0 commit comments