We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c32ae5 commit be4103fCopy full SHA for be4103f
release-test.sh
@@ -89,8 +89,9 @@ rm -f lib/python-wheels/setuptools* \
89
&& pip install --force-reinstall -U pip==${pipver} \
90
&& pip install setuptools==${setuptoolsver} wheel
91
package_tar=$(find . -name "${package}*tar.gz")
92
-pip install "-r${DIR}/test-requirements.txt"
+pip install "-r${DIR}/test-requirements.txt" udocker
93
pip install "${package_tar}${extras}"
94
+udocker install
95
mkdir out
96
tar --extract --directory=out -z -f ${package}*.tar.gz
97
pushd out/${package}*
0 commit comments