From 0a672814d9ceb97a3662204c2f6a17a04c071b93 Mon Sep 17 00:00:00 2001 From: Patrick Huck Date: Fri, 20 Dec 2024 22:58:37 -0800 Subject: [PATCH] revert testing against preview --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 923c4ca4..4fcc73cc 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -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