Browse Source

Dump a pip freeze into ci output for ease of seeing module verisons

pull/1047/head
Ross McFarland 2 years ago
parent
commit
10c31e37e7
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      script/cibuild

+ 2
- 1
script/cibuild 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


Loading…
Cancel
Save