Skip to content

Commit

Permalink
redirect MP API key
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Dec 4, 2024
1 parent 57e25d5 commit c825dea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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/

0 comments on commit c825dea

Please sign in to comment.