We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f82e0b commit 1e3f5c2Copy full SHA for 1e3f5c2
.github/workflows/test.yml
@@ -32,7 +32,11 @@ jobs:
32
- name: Setup test suite
33
run: tox run -vv --notest --skip-missing-interpreters false
34
env:
35
+ MAXMINDDB_REQUIRE_EXTENSION: 1
36
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
40
- name: Run test suite
41
run: tox run --skip-pkg-install
42
0 commit comments