Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBeilschmidt committed Jan 10, 2025
1 parent 609e03d commit 4621e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ge_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def _build_geo_engine(self) -> None:
cwd=self._code_path,
)

self._server_binary_path = self._code_path / 'target/debug/geoengine-server'
self._server_binary_path = self._code_path / 'target' / self._build_type.value / 'geoengine-server'
self._cli_binary_path = self._code_path / 'target' / self._build_type.value / 'geoengine-cli'

if not self._server_binary_path.exists():
Expand Down

0 comments on commit 4621e99

Please sign in to comment.