Skip to content

Commit

Permalink
matplotlib test use non-interactive agg backend (#4168)
Browse files Browse the repository at this point in the history
* use agg backend

* I don't think we need PMG_VASP_PSP_DIR env var
  • Loading branch information
DanielYang59 authored Nov 12, 2024
1 parent bd9fba9 commit d302920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

env:
PMG_MAPI_KEY: ${{ secrets.PMG_MAPI_KEY }}
PMG_VASP_PSP_DIR: ${{ github.workspace }}/tests/files
MPLBACKEND: Agg # non-interactive backend for matplotlib

steps:
- name: Check out repo
Expand Down

0 comments on commit d302920

Please # to comment.