Skip to content

Commit fb84d73

Browse files
committed
revert testing endpoint
1 parent dc0c949 commit fb84d73

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)