Skip to content

Commit d6eb6b3

Browse files
dependabot[bot]pyansys-ci-botAlejandroFernandezLuces
authored
build: bump ansys-tools-visualization-interface from 0.2.6 to 0.3.0 (#1325)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: Alex Fernandez <[email protected]> Co-authored-by: afernand <[email protected]>
1 parent 0517dd7 commit d6eb6b3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
ANSRV_GEO_PORT: 700
1818
ANSRV_GEO_LICENSE_SERVER: ${{ secrets.LICENSE_SERVER }}
1919
GEO_CONT_NAME: ans_geo
20-
RESET_IMAGE_CACHE: 1
20+
RESET_IMAGE_CACHE: 2
2121
IS_WORKFLOW_RUNNING: True
2222
ARTIFACTORY_VERSION: v251
2323
MEILISEARCH_API_KEY: ${{ secrets.MEILISEARCH_API_KEY }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
build: bump ansys-tools-visualization-interface from 0.2.6 to 0.3.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ all = [
5151
tests = [
5252
"ansys-platform-instancemanagement==1.1.2",
5353
"ansys-tools-path==0.6.0",
54-
"ansys-tools-visualization-interface==0.2.6",
54+
"ansys-tools-visualization-interface==0.3.0",
5555
"beartype==0.18.5",
5656
"docker==7.1.0",
5757
"grpcio==1.65.1",
@@ -78,7 +78,7 @@ tests-minimal = [
7878
]
7979
doc = [
8080
"ansys-sphinx-theme[autoapi]==0.16.6",
81-
"ansys-tools-visualization-interface==0.2.6",
81+
"ansys-tools-visualization-interface==0.3.0",
8282
"beartype==0.18.5",
8383
"docker==7.1.0",
8484
"ipyvtklink==0.2.3",

0 commit comments

Comments
 (0)