Skip to content

Commit 34118a6

Browse files
committed
update dpf workflow
1 parent 7ca9105 commit 34118a6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/geometry-mechanical-dpf.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,11 @@ jobs:
184184
cat pymechlogs${{ matrix.ansys-release }}.txt
185185
186186
- name: Run the PyDPF script
187+
env:
188+
ANSYS_DPF_ACCEPT_LA: 'Y'
187189
run: |
188190
. /.venv/bin/activate
189-
xvfb-run python geometry-mechanical-dpf/wf_gmd_03_dpf.py > pydpflogs${{ matrix.ansys-release }}.txt 2>&1 || true
191+
xvfb-run mechanical-env python geometry-mechanical-dpf/wf_gmd_03_dpf.py > pydpflogs${{ matrix.ansys-release }}.txt 2>&1 || true
190192
cat pydpflogs${{ matrix.ansys-release }}.txt
191193
192194
- name: Store the outputs
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ansys-geometry-core[all]==0.7.6
2-
ansys-mechanical-core==0.11.34
2+
ansys-mechanical-core==0.11.7
33
ansys-dpf-core[plotting]==0.12.2

0 commit comments

Comments
 (0)