File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed
Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 6060 env :
6161 CFLAGS : " ${{ env.CFLAGS }} -Werror -Wall -Wextra"
6262
63- - name : Setup test suite
64- run : tox run -vv --notest --skip-missing-interpreters false
65- env :
66- TOX_GH_MAJOR_MINOR : ${{ matrix.env }}
67-
6863 - name : Run test suite
69- run : tox run --skip-pkg-install
64+ run : tox run --skip-missing-interpreters false
7065 env :
7166 TOX_GH_MAJOR_MINOR : ${{ matrix.env }}
Original file line number Diff line number Diff line change 2929 - name : Install Python
3030 if : matrix.env != '3.14'
3131 run : uv python install --python-preference only-managed ${{ matrix.env }}
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 }}
3732 - name : Run test suite
38- run : tox run --skip-pkg-install
33+ run : tox run --skip-missing-interpreters false
3934 env :
4035 MAXMINDDB_REQUIRE_EXTENSION : 1
4136 MM_FORCE_EXT_TESTS : 1
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ env_list = [
110110skip_missing_interpreters = false
111111
112112[tool .tox .env_run_base ]
113+ runner = " uv-venv-lock-runner"
113114dependency_groups = [
114115 " dev" ,
115116]
You can’t perform that action at this time.
0 commit comments