Skip to content

Commit e427cb5

Browse files
committed
Merge branch 'main' into release/0.4
2 parents 1c63179 + 36f0cd5 commit e427cb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tests = [
3636
"matplotlib==3.8.3",
3737
"numpy==1.26.4",
3838
"pytest==8.1.1",
39-
"pytest-cov==4.1.0",
39+
"pytest-cov==5.0.0",
4040
"joblib==1.3.2",
4141
"pandas==2.2.1",
4242
"openpyxl==3.1.2",

src/ansys/dyna/core/pre/launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def launch_grpc(port=DYNAPRE_DEFAULT_PORT, ip=LOCALHOST, server_path="") -> tupl
112112
LOG.debug("Starting kwserver")
113113
# download server form webset
114114
if len(server_path) == 0:
115-
url = "https://github.com/ansys/pydyna/releases/download/v0.4.6/ansys-pydyna-pre-server.zip"
115+
url = "https://github.com/ansys/pydyna/releases/download/v0.4.8/ansys-pydyna-pre-server.zip"
116116
directory = DynaSolution.get_appdata_path()
117117
filename = directory + os.sep + "ansys-pydyna-pre-server.zip"
118118
server_package = directory + os.sep + "ansys-pydyna-pre-server"

0 commit comments

Comments
 (0)