Skip to content

Commit 620a686

Browse files
committed
Test new DPF installation actions
Signed-off-by: paul.profizi <[email protected]>
1 parent 8876ca6 commit 620a686

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
103103
- name: "Install DPF"
104104
id: set-server-path
105-
uses: ansys/pydpf-actions/install-dpf-server@v2.3
105+
uses: ansys/pydpf-actions/install-dpf-server@fix/docker_disk_size_issues
106106
with:
107107
dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}}
108108
standalone_suffix: ${{ inputs.standalone_suffix }}

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
106106
- name: "Install DPF"
107107
id: set-server-path
108-
uses: ansys/pydpf-actions/install-dpf-server@v2.3
108+
uses: ansys/pydpf-actions/install-dpf-server@fix/docker_disk_usage_issues
109109
with:
110110
dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}}
111111
standalone_suffix: ${{ inputs.standalone_suffix }}

.github/workflows/examples_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112

113113
- name: "Install DPF"
114114
id: set-server-path
115-
uses: ansys/pydpf-actions/install-dpf-docker@v2.3
115+
uses: ansys/pydpf-actions/install-dpf-docker@fix/docker_disk_usage_issues
116116
with:
117117
dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}}
118118
standalone_suffix: ${{ inputs.standalone_suffix }}

.github/workflows/pydpf-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
103103
- name: "Install DPF"
104104
id: set-server-path
105-
uses: ansys/pydpf-actions/install-dpf-server@v2.3
105+
uses: ansys/pydpf-actions/install-dpf-server@fix/docker_disk_size_issues
106106
with:
107107
dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}}
108108
standalone_suffix: ${{ inputs.standalone_suffix }}

.github/workflows/test_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: "Install DPF"
9292
id: set-server-path
93-
uses: ansys/pydpf-actions/install-dpf-docker@v2.3
93+
uses: ansys/pydpf-actions/install-dpf-docker@fix/docker_disk_usage_issues
9494
with:
9595
dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}}
9696
standalone_suffix: ${{ inputs.standalone_suffix }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
181181
- name: "Install DPF"
182182
id: set-server-path
183-
uses: ansys/pydpf-actions/install-dpf-server@v2.3
183+
uses: ansys/pydpf-actions/install-dpf-server@fix/docker_disk_usage_issues
184184
with:
185185
dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}}
186186
standalone_suffix: ${{ inputs.standalone_suffix }}

.github/workflows/update_operators.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: "Install DPF"
4747
id: set-server-path
48-
uses: ansys/pydpf-actions/install-dpf-server@v2.3
48+
uses: ansys/pydpf-actions/install-dpf-server@fix/docker_disk_size_issues
4949
with:
5050
dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}}
5151
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}

0 commit comments

Comments
 (0)