Skip to content

Commit 878a74f

Browse files
authored
Merge pull request #87 from common-workflow-language/release-update
newer pip dependency
2 parents 0347b8e + 6209496 commit 878a74f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

release-test.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package=schema-salad
77
module=schema_salad
88
repo=https://github.com/common-workflow-language/schema_salad.git
99
run_tests="py.test --pyarg ${module}"
10-
pipver=6.0 # minimum required version of pip
10+
pipver=7.0.2 # minimum required version of pip
1111

1212
rm -Rf testenv? || /bin/true
1313

@@ -21,7 +21,7 @@ virtualenv testenv4
2121
source testenv1/bin/activate
2222
rm testenv1/lib/python-wheels/setuptools* \
2323
&& pip install --force-reinstall -U pip==${pipver} \
24-
&& pip install setuptools==20.10.1
24+
&& pip install setuptools==20.10.1 wheel
2525
make install-dependencies
2626
make test
2727
pip uninstall -y ${package} || true; pip uninstall -y ${package} || true; make install
@@ -37,7 +37,7 @@ cd testenv2
3737
source bin/activate
3838
rm lib/python-wheels/setuptools* \
3939
&& pip install --force-reinstall -U pip==${pipver} \
40-
&& pip install setuptools==20.10.1
40+
&& pip install setuptools==20.10.1 wheel
4141
pip install -e git+${repo}@${HEAD}#egg=${package}
4242
cd src/${package}
4343
make install-dependencies
@@ -55,7 +55,7 @@ cd ../testenv3/
5555
source bin/activate
5656
rm lib/python-wheels/setuptools* \
5757
&& pip install --force-reinstall -U pip==${pipver} \
58-
&& pip install setuptools==20.10.1
58+
&& pip install setuptools==20.10.1 wheel
5959
pip install ${package}*tar.gz
6060
pip install pytest
6161
mkdir out

0 commit comments

Comments
 (0)