Skip to content

Commit c9010af

Browse files
ci: fix post clone and test step (#2845)
1 parent 70b13a9 commit c9010af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pydpf-post.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
run: |
6666
echo "ANSYS_DPF_ACCEPT_LA=Y" >> $GITHUB_ENV
6767
echo "ANSYSLMD_LICENSE_FILE=1055@${{ secrets.LICENSE_SERVER }}" >> $GITHUB_ENV
68+
echo "DPF_DEFAULT_GRPC_MODE=insecure" >> $GITHUB_ENV
6869
6970
- name: "Setup Python"
7071
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)