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 dc0c949 commit fb84d73Copy full SHA for fb84d73
.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