We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16262ef commit a8f8431Copy full SHA for a8f8431
jenkins.bash
@@ -29,7 +29,9 @@ git -C common-workflow-language clean --force -d -x || /bin/true
29
# Test for Python 2.7 and Python 3
30
for PYTHON_VERSION in 2 3
31
do
32
-for CONTAINER in docker singularity
+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
35
36
venv cwltool-venv${PYTHON_VERSION}
37
export PIP_DOWNLOAD_CACHE=/var/lib/jenkins/pypi-cache/
0 commit comments