Skip to content

Commit d1626d6

Browse files
committed
Catch install dependencies with "make release-test"
1 parent 43e0a9a commit d1626d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ release-test-39:
5757
python3.9 -m venv ${p39dir} && \
5858
. ${p39dir}/bin/activate && \
5959
pip3.9 install dist/troposphere-$${ver}-py3-none-any.whl && \
60+
python -c 'import troposphere; print(troposphere.__version__)' && \
6061
deactivate && \
6162
rm -rf ${p39dir}
6263

0 commit comments

Comments
 (0)