Skip to content

Commit ae3f353

Browse files
committed
fix container testing
1 parent 54fbb15 commit ae3f353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-schema_salad-docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -ex
33
engine=${ENGINE:-docker} # example: `ENGINE=podman ./build-schema_salad-docker.sh`
44
${engine} build --file=schema_salad.Dockerfile --tag=quay.io/commonwl/schema_salad .
55
${engine} run quay.io/commonwl/schema_salad /bin/sh -c \
6-
'apk add --no-cache py3-pip && pip install pytest-xdist && cd /tmp && pytest --pyargs schema_salad -n auto'
6+
'apk add --no-cache py3-pip && pip install --break-system-packages pytest-xdist && cd /tmp && pytest --pyargs schema_salad -n auto'
77

88
# version=$(git describe --tags)
99
# if echo "$version" | grep -vq '\-' >& /dev/null ; then

0 commit comments

Comments
 (0)