From c825deac9d95a989eaff3e9cfc9a2659e2621230 Mon Sep 17 00:00:00 2001 From: Haoyu Yang Date: Wed, 4 Dec 2024 14:08:56 +0800 Subject: [PATCH] redirect MP API key --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7496f2e..7de2418 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: runs-on: ${{ matrix.os }} env: - PMG_MAPI_KEY: ${{ secrets.PMG_MAPI_KEY }} + MP_API_KEY: ${{ secrets.PMG_MAPI_KEY }} PMG_VASP_PSP_DIR: "${{ github.workspace }}/psp" MPLBACKEND: Agg # non-interactive backend for matplotlib @@ -56,4 +56,4 @@ jobs: run: | micromamba activate matgenb uv pip install --upgrade -r requirements-ci.txt - pytest --nbmake notebooks/ + pytest --ignore-glob=*notest.ipynb --nbmake notebooks/