We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030bf82 commit 1efae3eCopy full SHA for 1efae3e
.github/workflows/geometry-mechanical-dpf.yml
@@ -141,7 +141,7 @@ jobs:
141
dpf:
142
name: Data Processing Framework
143
runs-on: ubuntu-latest
144
- needs: mechanical
+ # needs: mechanical
145
strategy:
146
fail-fast: false
147
matrix:
@@ -167,7 +167,7 @@ jobs:
167
168
- name: Update ansys-version for DPF
169
run: |
170
- echo ansys_version="${${{ matrix.ansys-release}}//"."}" >> $GITHUB_ENV
+ echo ansys_version=${${{matrix.ansys-release}}//.} >> $GITHUB_ENV
171
172
- name: display anys_version
173
0 commit comments