Skip to content

Commit be4103f

Browse files
committed
release: preinstall udocker so that test_udocker_should_display_memory_usage doesn't timeout
1 parent 6c32ae5 commit be4103f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release-test.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@ rm -f lib/python-wheels/setuptools* \
8989
&& pip install --force-reinstall -U pip==${pipver} \
9090
&& pip install setuptools==${setuptoolsver} wheel
9191
package_tar=$(find . -name "${package}*tar.gz")
92-
pip install "-r${DIR}/test-requirements.txt"
92+
pip install "-r${DIR}/test-requirements.txt" udocker
9393
pip install "${package_tar}${extras}"
94+
udocker install
9495
mkdir out
9596
tar --extract --directory=out -z -f ${package}*.tar.gz
9697
pushd out/${package}*

0 commit comments

Comments
 (0)