Skip to content

Commit 248c33c

Browse files
committed
chore: set GDAL_VERSION
1 parent 08088bc commit 248c33c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ commands = [ [ "pytest", { replace = "posargs", default = [ "tests" ], extend =
110110

111111
[tool.tox.env.typing]
112112
dependency_groups = [ "test", "typing", "dev" ]
113+
set_env = { GDAL_VERSION = "3.8.5" }
113114
commands = [ [ "mypy", { replace = "posargs", default = [ "tap_geo", "tests" ], extend = true } ] ]
114115

115116
[[tool.mypy.overrides]]

0 commit comments

Comments
 (0)