You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run -v -it /var/run/docker.sock:/var/run/docker.sock \
7
7
-v /tmp:/tmp \
8
-
-v $PWD:/tmp/cwltool \
8
+
-v "$PWD":/tmp/cwltool \
9
9
quay.io/commonwl/cwltool_module /bin/sh -c \
10
10
"apk add gcc bash && pip install -r/tmp/cwltool/test-requirements.txt ; pytest -k 'not test_bioconda and not test_double_overwrite and not test_env_filtering' -n auto --dist=loadfile --pyargs cwltool"
0 commit comments