mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Dump a pip freeze into ci output for ease of seeing module verisons
This commit is contained in:
@@ -16,7 +16,8 @@ fi
|
||||
echo "## environment & versions ######################################################"
|
||||
python --version
|
||||
pip --version
|
||||
|
||||
echo "## modules: "
|
||||
pip freeze
|
||||
echo "## clean up ####################################################################"
|
||||
find octodns tests -name "*.pyc" -exec rm {} \;
|
||||
rm -f *.pyc
|
||||
|
||||
Reference in New Issue
Block a user