File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11ansys-geometry-core[all]==0.7.6
2- ansys-mechanical-core==0.11.34
2+ ansys-mechanical-core==0.11.7
33ansys-dpf-core[plotting]==0.12.2
You can’t perform that action at this time.
0 commit comments