Skip to content

Commit

Permalink
Refactor test_pipelines.py to update the value of "--apptainer-prefix…
Browse files Browse the repository at this point in the history
…" from "/tmp" to "tmp"
  • Loading branch information
alsmith151 committed Jul 25, 2024
1 parent cbf12e1 commit b15f771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def test_pipeline(
"--workflow-profile",
test_profile_path,
"--apptainer-prefix",
"/tmp",
"tmp",
],
)

Expand Down

0 comments on commit b15f771

Please sign in to comment.