File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8484 fail-fast : false
8585 matrix :
8686 python-version : ["3.9", "3.10", "3.11"]
87- os : ["windows-latest", "ubuntu-latest "]
87+ os : ["windows-latest", "ubuntu-22.04 "]
8888
8989 steps :
9090 - uses : actions/checkout@v4
@@ -154,7 +154,7 @@ jobs:
154154 fail-fast : false
155155 matrix :
156156 python-version : ["3.10"]
157- os : ["windows-latest", "ubuntu-latest "]
157+ os : ["windows-latest", "ubuntu-22.04 "]
158158 ANSYS_VERSION :
159159 - ${{ fromJson(vars.ANSYS_VERSIONS_RETRO) }}
160160 - ${{ fromJson(vars.ANSYS_VERSION_LAST_RELEASED) }}
@@ -182,7 +182,7 @@ jobs:
182182 standalone_suffix : ${{ matrix.ANSYS_VERSION == '241' && '.sp01' || '' }}
183183
184184 - name : " Prepare Testing Environment"
185- uses : ansys/pydpf-actions/prepare_tests@v2.3
185+ uses : ansys/pydpf-actions/prepare_tests@dependencies/bump_pyvista_setup-headless-display-action_to_v4
186186 with :
187187 DEBUG : true
188188
@@ -278,4 +278,4 @@ jobs:
278278 run : |
279279 git checkout master
280280 git reset --hard main
281- git push
281+ git push
Original file line number Diff line number Diff line change 6666 fail-fast : false
6767 matrix :
6868 python-version : ["3.9", "3.10", "3.11"]
69- os : ["windows-latest", "ubuntu-latest "]
69+ os : ["windows-latest", "ubuntu-22.04 "]
7070
7171 steps :
7272 - uses : actions/checkout@v4
9393 standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
9494
9595 - name : " Prepare Testing Environment"
96- uses : ansys/pydpf-actions/prepare_tests@v2.3
96+ uses : ansys/pydpf-actions/prepare_tests@dependencies/bump_pyvista_setup-headless-display-action_to_v4
9797 with :
9898 DEBUG : true
9999
@@ -134,7 +134,7 @@ jobs:
134134 fail-fast : false
135135 matrix :
136136 python-version : ["3.10"]
137- os : ["windows-latest", "ubuntu-latest "]
137+ os : ["windows-latest", "ubuntu-22.04 "]
138138 ANSYS_VERSION : ${{ fromJson(vars.ANSYS_VERSIONS_RETRO) }}
139139
140140 steps :
You can’t perform that action at this time.
0 commit comments