Skip to content

Commit

Permalink
revert testing against preview
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume authored Dec 21, 2024
1 parent 872c3a5 commit 0a67281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Test with pytest
env:
MP_API_KEY: ${{ secrets[env.API_KEY_NAME] }}
MP_API_ENDPOINT: https://api-preview.materialsproject.org/
#MP_API_ENDPOINT: https://api-preview.materialsproject.org/
run: |
pip install -e .
pytest -x --cov=mp_api --cov-report=xml
Expand Down

0 comments on commit 0a67281

Please sign in to comment.