Skip to content

Commit 3efd769

Browse files
authored
Merge pull request #564 from valory-xyz/fix/tendermint_mac
fix tm mac exec path on staging fter merging with main
2 parents 29141f0 + ae5b519 commit 3efd769

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

operate/services/deployment_runner.py

-5
Original file line numberDiff line numberDiff line change
@@ -305,11 +305,6 @@ def _start_tendermint(self) -> None:
305305
class PyInstallerHostDeploymentRunnerMac(PyInstallerHostDeploymentRunner):
306306
"""Mac deployment runner."""
307307

308-
@property
309-
def _tendermint_bin(self) -> str:
310-
"""Return tendermint path."""
311-
return str(Path(sys._MEIPASS) / "tendermint_mac") # type: ignore # pylint: disable=protected-access
312-
313308

314309
class PyInstallerHostDeploymentRunnerWindows(PyInstallerHostDeploymentRunner):
315310
"""Windows deployment runner."""

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@
6363
"download-binaries": "sh download_binaries.sh",
6464
"build:pearl": "sh build_pearl.sh"
6565
},
66-
"version": "0.1.0-rc214"
66+
"version": "0.1.0-rc215"
6767
}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "olas-operate-middleware"
3-
version = "0.1.0-rc214"
3+
version = "0.1.0-rc215"
44
description = ""
55
authors = ["David Vilela <[email protected]>", "Viraj Patel <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)