Skip to content

Commit 531cdaa

Browse files
committed
evaluate variables correctly
1 parent 9b3ff94 commit 531cdaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)