Skip to content

Commit 0000f01

Browse files
committed
Test with new prepare_tests action
1 parent 5994f31 commit 0000f01

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
run: python -c "from ansys.dpf import core"
121121

122122
- name: "Prepare Testing Environment"
123-
uses: ansys/pydpf-actions/prepare_tests@v2.3
123+
uses: ansys/pydpf-actions/prepare_tests@dependencies/bump_pyvista_setup-headless-display-action_to_v4
124124
with:
125125
DEBUG: true
126126

.github/workflows/examples_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
run: python -c "from ansys.dpf import core"
117117

118118
- name: "Prepare Testing Environment"
119-
uses: ansys/pydpf-actions/prepare_tests@v2.3
119+
uses: ansys/pydpf-actions/prepare_tests@dependencies/bump_pyvista_setup-headless-display-action_to_v4
120120
with:
121121
DEBUG: true
122122

.github/workflows/pydpf-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
ls
138138
139139
- name: "Prepare Testing Environment"
140-
uses: ansys/pydpf-actions/prepare_tests@v2.3
140+
uses: ansys/pydpf-actions/prepare_tests@dependencies/bump_pyvista_setup-headless-display-action_to_v4
141141
with:
142142
DEBUG: true
143143
working-directory: pydpf-post

.github/workflows/test_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: python -c "from ansys.dpf import core"
9999

100100
- name: "Prepare Testing Environment"
101-
uses: ansys/pydpf-actions/prepare_tests@v2.3
101+
uses: ansys/pydpf-actions/prepare_tests@dependencies/bump_pyvista_setup-headless-display-action_to_v4
102102
with:
103103
DEBUG: true
104104

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
python -c "from ansys.dpf import core"
207207
208208
- name: "Prepare Testing Environment"
209-
uses: ansys/pydpf-actions/prepare_tests@v2.3
209+
uses: ansys/pydpf-actions/prepare_tests@dependencies/bump_pyvista_setup-headless-display-action_to_v4
210210
with:
211211
DEBUG: true
212212

0 commit comments

Comments
 (0)