Skip to content

Commit cf08e32

Browse files
upd
1 parent c0ddee2 commit cf08e32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
persist-credentials: false
5454
- name: Install addons and dependencies
5555
run: oca_install_addons
56+
- name: Check installed Python packages
57+
run: pip list --format=freeze | grep base-exception || echo "Not installed via pip"
5658
- name: Check licenses
5759
run: manifestoo -d . check-licenses
5860
- name: Check development status

0 commit comments

Comments
 (0)