Skip to content

Commit b2d7e93

Browse files
committed
use v2.2 pydpf-actions
1 parent 274ca9e commit b2d7e93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v3
3636

3737
- name: "Build Package"
38-
uses: pyansys/pydpf-actions/build_package@v2.1
38+
uses: pyansys/pydpf-actions/build_package@v2.2
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
ANSYS_VERSION: ${{env.ANSYS_VERSION}}
@@ -45,7 +45,7 @@ jobs:
4545
install_extras: plotting
4646

4747
- name: "Test Package"
48-
uses: pyansys/pydpf-actions/test_package@v2.1
48+
uses: pyansys/pydpf-actions/test_package@v2.2
4949
with:
5050
MODULE: ${{env.MODULE}}
5151

0 commit comments

Comments
 (0)