Skip to content

Commit

Permalink
Try actions@v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Jul 22, 2022
1 parent 455bde9 commit 4d28452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/retro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3

- name: "Build Package"
uses: pyansys/pydpf-actions/build_package@v2.2
uses: pyansys/pydpf-actions/build_package@v2.2.1
with:
python-version: ${{ matrix.python-version }}
ANSYS_VERSION: ${{env.ANSYS_VERSION}}
Expand All @@ -40,7 +40,7 @@ jobs:
wheelhouse: "false"

- name: "Test Package"
uses: pyansys/pydpf-actions/test_package@v2.2
uses: pyansys/pydpf-actions/test_package@v2.2.1
with:
MODULE: ${{env.MODULE}}
DOCTEST: "false"

0 comments on commit 4d28452

Please sign in to comment.