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 733d800 commit 7fa3835Copy full SHA for 7fa3835
.github/workflows/update_operators.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: "Update ansys-grpc-dpf"
53
shell: bash
54
run: |
55
- wheel_file=$(find ./dpf-standalone/${{ inputs.ANSYS_VERSION || vars.ANSYS_VERSION_DEFAULT }}/dist -name "ansys_grpc_dpf-*" -type f)
+ wheel_file=$(find ./dpf-standalone/v${{ inputs.ANSYS_VERSION || vars.ANSYS_VERSION_DEFAULT }}/dist -name "ansys_grpc_dpf-*" -type f)
56
echo $wheel_file
57
rm -r src/ansys/grpc
58
unzip -o $wheel_file "ansys/**/*" -d src/
0 commit comments