Skip to content

Commit a8f8431

Browse files
authored
remove singularity testing for now
1 parent 16262ef commit a8f8431

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jenkins.bash

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ git -C common-workflow-language clean --force -d -x || /bin/true
2929
# Test for Python 2.7 and Python 3
3030
for PYTHON_VERSION in 2 3
3131
do
32-
for CONTAINER in docker singularity
32+
for CONTAINER in docker
33+
# for CONTAINER in docker singularity
34+
# singularity having issues on ci.commonwl.org; tests pass with https://gist.github.com/mr-c/0ec90d717617d074017c0cb38b72d1a4
3335
do
3436
venv cwltool-venv${PYTHON_VERSION}
3537
export PIP_DOWNLOAD_CACHE=/var/lib/jenkins/pypi-cache/

0 commit comments

Comments
 (0)