We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ddee2 commit cf08e32Copy full SHA for cf08e32
.github/workflows/test.yml
@@ -53,6 +53,8 @@ jobs:
53
persist-credentials: false
54
- name: Install addons and dependencies
55
run: oca_install_addons
56
+ - name: Check installed Python packages
57
+ run: pip list --format=freeze | grep base-exception || echo "Not installed via pip"
58
- name: Check licenses
59
run: manifestoo -d . check-licenses
60
- name: Check development status
0 commit comments