CI: show installed packages

pull/979/head
Disconnect3d 4 years ago
parent 1d70e14418
commit 9636331504

@ -28,6 +28,8 @@ jobs:
gdb --batch --quiet --nx --nh --ex 'py import sys; print(sys.version)' gdb --batch --quiet --nx --nh --ex 'py import sys; print(sys.version)'
echo 'Installed py:' echo 'Installed py:'
python -V python -V
echo 'Installed packages:'
python -m pip freeze
# We use `sudo` for `attachp` command tests # We use `sudo` for `attachp` command tests
- name: Run tests - name: Run tests

Loading…
Cancel
Save