We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54fbb15 commit ae3f353Copy full SHA for ae3f353
build-schema_salad-docker.sh
@@ -3,7 +3,7 @@ set -ex
3
engine=${ENGINE:-docker} # example: `ENGINE=podman ./build-schema_salad-docker.sh`
4
${engine} build --file=schema_salad.Dockerfile --tag=quay.io/commonwl/schema_salad .
5
${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'
+ 'apk add --no-cache py3-pip && pip install --break-system-packages pytest-xdist && cd /tmp && pytest --pyargs schema_salad -n auto'
7
8
# version=$(git describe --tags)
9
# if echo "$version" | grep -vq '\-' >& /dev/null ; then
0 commit comments