Skip to content

Commit b0aed4f

Browse files
authored
Update testing.yml
1 parent 948c108 commit b0aed4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Test with pytest
5858
env:
5959
MP_API_KEY: ${{ secrets[env.API_KEY_NAME] }}
60-
#MP_API_ENDPOINT: https://api-preview.materialsproject.org/
60+
MP_API_ENDPOINT: https://api-preview.materialsproject.org/
6161
run: |
6262
pip install -e .
6363
pytest -n auto -x --cov=mp_api --cov-report=xml

0 commit comments

Comments
 (0)