Skip to content

Commit

Permalink
Add pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Jun 28, 2024
1 parent c6aafcc commit 8ed1b52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

env:
PMG_MAPI_KEY: ${{ secrets.PMG_MAPI_KEY }}
PMG_VASP_PSP_DIR: /home/runner/matgenb/matgenb/notebooks/psp
PMG_VASP_PSP_DIR: /home/runner/matgenb/notebooks/psp

steps:
- name: Check out repo
Expand All @@ -54,4 +54,5 @@ jobs:
run: |
micromamba activate venv
cd notebooks
pwd
pytest --nbmake .

0 comments on commit 8ed1b52

Please sign in to comment.