Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Mar 22, 2024
1 parent 29cbcc5 commit 87704f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker_yaml_conversion_specification_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class TestLatestDockerYAMLConversionSpecification(TestCase):
test_folder = OUTPUT_PATH
tag = os.getenv("NEUROCONV_DOCKER_TESTS_TAG", "latest")
source_volume = os.getenv("NEUROCONV_DOCKER_TESTS_SOURCE_VOLUME", "/home/runner/work/neuroconv")
source_volume = os.getenv("NEUROCONV_DOCKER_TESTS_SOURCE_VOLUME", "/home/runner/work/neuroconv/neuroconv")

def test_run_conversion_from_yaml_cli(self):
path_to_test_yml_files = Path(__file__).parent / "test_on_data" / "conversion_specifications"
Expand Down

0 comments on commit 87704f3

Please sign in to comment.