Merge "Exec pip freeze in gate-requirements-install"
This commit is contained in:
commit
1d99b5b4fb
@ -25,5 +25,8 @@
|
|||||||
.venv/bin/pip install -M -U --exists-action=w -r dev-requirements.txt
|
.venv/bin/pip install -M -U --exists-action=w -r dev-requirements.txt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Print all installed stuff to demonstrate versions
|
||||||
|
.venv/bin/pip freeze
|
||||||
|
|
||||||
publishers:
|
publishers:
|
||||||
- console-log
|
- console-log
|
||||||
|
Loading…
Reference in New Issue
Block a user