You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci_cd.yml
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ jobs:
39
39
runs-on: ubuntu-latest
40
40
steps:
41
41
- name: PyAnsys code style checks
42
-
uses: pyansys/actions/code-style@v3
42
+
uses: pyansys/actions/code-style@v4
43
43
with:
44
44
python-version: ${{ env.MAIN_PYTHON_VERSION }}
45
45
@@ -49,7 +49,7 @@ jobs:
49
49
runs-on: ubuntu-latest
50
50
steps:
51
51
- name: PyAnsys documentation style checks
52
-
uses: pyansys/actions/doc-style@v3
52
+
uses: pyansys/actions/doc-style@v4
53
53
with:
54
54
token: ${{ secrets.GITHUB_TOKEN }}
55
55
@@ -65,7 +65,7 @@ jobs:
65
65
66
66
steps:
67
67
- name: Build wheelhouse and perform smoke test
68
-
uses: pyansys/actions/build-wheelhouse@v3
68
+
uses: pyansys/actions/build-wheelhouse@v4
69
69
with:
70
70
library-name: ${{ env.PACKAGE_NAME }}
71
71
library-namespace: ${{ env.PACKAGE_NAMESPACE }}
@@ -86,7 +86,7 @@ jobs:
86
86
87
87
steps:
88
88
- name: Build wheelhouse and perform smoke test
89
-
uses: pyansys/actions/build-wheelhouse@v3
89
+
uses: pyansys/actions/build-wheelhouse@v4
90
90
with:
91
91
library-name: ${{ env.PACKAGE_NAME }}
92
92
library-namespace: ${{ env.PACKAGE_NAMESPACE }}
@@ -318,7 +318,7 @@ jobs:
318
318
# docker run -d --name dpfserver -p ${{ env.DPF_PORT }}:50052 ghcr.io/pyansys/dpf-core:22.2dev && echo "DPF Server active on port ${{ env.DPF_PORT }}."
0 commit comments