Skip to content

Commit

Permalink
uncomment singularity options
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-ll authored Sep 20, 2024
1 parent d64bf04 commit 56f5509
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/runner_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ def test_instances():
[
"singularity",
"run",
#"--userns",
#"--writable",
#"--app",
"--userns",
"--writable",
"--app",
"test",
"containers/runner.sif",
],
Expand Down

0 comments on commit 56f5509

Please sign in to comment.