Skip to content

Commit

Permalink
Catch install dependencies with "make release-test"
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Jul 6, 2021
1 parent 43e0a9a commit d1626d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ release-test-39:
python3.9 -m venv ${p39dir} && \
. ${p39dir}/bin/activate && \
pip3.9 install dist/troposphere-$${ver}-py3-none-any.whl && \
python -c 'import troposphere; print(troposphere.__version__)' && \
deactivate && \
rm -rf ${p39dir}

Expand Down

0 comments on commit d1626d6

Please sign in to comment.