Skip to content

Commit 4e94ad4

Browse files
abipy problems
1 parent 3dcb9a2 commit 4e94ad4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/abinit/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Do this here to prevent issues with threaded CI runners
2424
# In abipy, it's possible to have thread collisions in
2525
# making this directory because `exist_ok = False` there
26-
_ABINIT_PATH = Path("~/.abinit").expanduser()
26+
_ABINIT_PATH = Path("~/.abinit/abipy").expanduser()
2727
if not _ABINIT_PATH.is_dir():
2828
_ABINIT_PATH.mkdir(exist_ok=True, parents=True)
2929

0 commit comments

Comments
 (0)