1
0
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:
Ross McFarland
2023-08-17 10:31:10 -07:00
parent 3c304aa6ee
commit 10c31e37e7

View File

@@ -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