We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dcb9a2 commit 4e94ad4Copy full SHA for 4e94ad4
1 file changed
tests/abinit/conftest.py
@@ -23,7 +23,7 @@
23
# Do this here to prevent issues with threaded CI runners
24
# In abipy, it's possible to have thread collisions in
25
# making this directory because `exist_ok = False` there
26
-_ABINIT_PATH = Path("~/.abinit").expanduser()
+_ABINIT_PATH = Path("~/.abinit/abipy").expanduser()
27
if not _ABINIT_PATH.is_dir():
28
_ABINIT_PATH.mkdir(exist_ok=True, parents=True)
29
0 commit comments