File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 docker run --rm \
121121 --entrypoint /bin/bash \
122122 jdkent/xnat_downloader:unstable \
123- -lc " source \ "${CONDA_DIR}/etc/profile.d/conda.sh\ " && conda activate neuro && pytest /home/coder/project/xnat_downloader/tests/test_cli.py -k test_cli_bids"
123+ -lc ' source "${CONDA_DIR}/etc/profile.d/conda.sh" && conda activate neuro && pytest /home/coder/project/xnat_downloader/tests/test_cli.py -k test_cli_bids'
124124
125125 test_non_bids :
126126 executor : docker-builder
@@ -140,7 +140,7 @@ jobs:
140140 docker run --rm \
141141 --entrypoint /bin/bash \
142142 jdkent/xnat_downloader:unstable \
143- -lc " source \ "${CONDA_DIR}/etc/profile.d/conda.sh\ " && conda activate neuro && pytest /home/coder/project/xnat_downloader/tests/test_cli.py -k test_cli_nonbids"
143+ -lc ' source "${CONDA_DIR}/etc/profile.d/conda.sh" && conda activate neuro && pytest /home/coder/project/xnat_downloader/tests/test_cli.py -k test_cli_nonbids'
144144
145145 deploy :
146146 executor : docker-builder
You can’t perform that action at this time.
0 commit comments