Skip to content

Commit

Permalink
Update conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed May 11, 2024
1 parent bc5da86 commit 2fd43ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/fmripost_aroma/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ def pytest_addoption(parser):
parser.addoption(
'--working_dir',
action='store',
default='/src/working',
default='/home/runner/work/fmripost-aroma/fmripost-aroma/tests/work',
)
parser.addoption(
'--data_dir',
action='store',
default='/src/data',
default='/home/runner/work/fmripost-aroma/fmripost-aroma/tests/data',
)
parser.addoption(
'--output_dir',
action='store',
default='/src/output',
default='/home/runner/work/fmripost-aroma/fmripost-aroma/tests/out',
)


Expand Down

0 comments on commit 2fd43ee

Please sign in to comment.