Skip to content

Commit 1e3f5c2

Browse files
committed
DO NOT MERGE
1 parent 9f82e0b commit 1e3f5c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ jobs:
3232
- name: Setup test suite
3333
run: tox run -vv --notest --skip-missing-interpreters false
3434
env:
35+
MAXMINDDB_REQUIRE_EXTENSION: 1
3536
TOX_GH_MAJOR_MINOR: ${{ matrix.env }}
37+
- name: Debug extension import
38+
run: tox run --skip-pkg-install -e ${{ matrix.env }} -- python debug_import.py
39+
continue-on-error: true
3640
- name: Run test suite
3741
run: tox run --skip-pkg-install
3842
env:

0 commit comments

Comments
 (0)