File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ pushd src/${package}
71
71
pip install -rtest-requirements.txt build
72
72
make dist
73
73
# make test
74
- cp dist/${package } * tar.gz ../../../testenv3/
74
+ cp dist/${module } * tar.gz ../../../testenv3/
75
75
pip uninstall -y ${package} || true ; pip uninstall -y ${package} || true ; make install
76
76
popd # ../.. no subdir named ${proj} here, safe for py.testing the installed module
77
77
# shellcheck disable=SC2086
@@ -87,13 +87,13 @@ source bin/activate
87
87
rm -f lib/python-wheels/setuptools* \
88
88
&& pip install --force-reinstall -U pip==${pipver} \
89
89
&& pip install setuptools==${setuptoolsver} wheel
90
- package_tar=$( find . -name " ${package } *tar.gz" )
90
+ package_tar=$( find . -name " ${module } *tar.gz" )
91
91
pip install " -r${DIR} /test-requirements.txt" udocker build
92
92
pip install " ${package_tar}${extras} "
93
93
udocker install
94
94
mkdir out
95
- tar --extract --directory=out -z -f ${package } * .tar.gz
96
- pushd out/${package } *
95
+ tar --extract --directory=out -z -f ${module } * .tar.gz
96
+ pushd out/${module } *
97
97
make dist
98
98
make test
99
99
pip install " -r${DIR} /mypy-requirements.txt"
You can’t perform that action at this time.
0 commit comments