Skip to content

Commit

Permalink
Revert "Try setting the pydpf-actions branch as a variable"
Browse files Browse the repository at this point in the history
This reverts commit f524f3b.
  • Loading branch information
PProfizi committed Oct 21, 2022
1 parent e553b65 commit e3d6bee
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ env:
PACKAGE_NAME: ansys-dpf-post
MODULE: post
ANSYS_VERSION: 231
pydpf-actions: prepare_v2.2

jobs:
style:
Expand Down Expand Up @@ -49,7 +48,7 @@ jobs:
- uses: actions/checkout@v3

- name: "Build Package"
uses: pyansys/pydpf-actions/build_package@${{ env.pydpf-actions }}
uses: pyansys/pydpf-actions/build_package@prepare_v2.2
with:
python-version: ${{ matrix.python-version }}
ANSYS_VERSION: ${{env.ANSYS_VERSION}}
Expand All @@ -60,12 +59,12 @@ jobs:
wheelhouse: true

- name: "Prepare Testing Environment"
uses: pyansys/pydpf-actions/prepare_tests@${{ env.pydpf-actions }}
uses: pyansys/pydpf-actions/prepare_tests@prepare_v2.2
with:
DEBUG: true

- name: "Test Docstrings"
uses: pyansys/pydpf-actions/test_docstrings@${{ env.pydpf-actions }}
uses: pyansys/pydpf-actions/test_docstrings@prepare_v2.2
with:
MODULE: ${{env.MODULE}}
PACKAGE_NAME: ${{env.PACKAGE_NAME}}
Expand All @@ -78,7 +77,7 @@ jobs:
pytest $DEBUG --cov=ansys.dpf.${{env.MODULE}} --cov-report=xml --cov-report=html --cov-append --log-level=ERROR --junitxml=junit/test-results.xml --reruns 2 .
- name: "Kill all servers"
uses: pyansys/pydpf-actions/kill-dpf-servers@${{ env.pydpf-actions }}
uses: pyansys/pydpf-actions/kill-dpf-servers@prepare_v2.2
if: always()

- name: "Upload Test Results"
Expand All @@ -105,7 +104,7 @@ jobs:
- uses: actions/checkout@v3

- name: "Build Package"
uses: pyansys/pydpf-actions/build_package@${{ env.pydpf-actions }}
uses: pyansys/pydpf-actions/build_package@prepare_v2.2
with:
python-version: ${{ matrix.python-version }}
ANSYS_VERSION: ${{env.ANSYS_VERSION}}
Expand All @@ -123,7 +122,7 @@ jobs:
if: matrix.ANSYS_VERSION == '221'

- name: "Prepare Testing Environment"
uses: pyansys/pydpf-actions/prepare_tests@${{ env.pydpf-actions }}
uses: pyansys/pydpf-actions/prepare_tests@prepare_v2.2
with:
DEBUG: true

Expand All @@ -134,7 +133,7 @@ jobs:
pytest $DEBUG --cov=ansys.dpf.${{env.MODULE}} --cov-report=xml --cov-report=html --cov-append --log-level=ERROR --junitxml=junit/test-results.xml --reruns 2 .
- name: "Kill all servers"
uses: pyansys/pydpf-actions/kill-dpf-servers@${{ env.pydpf-actions }}
uses: pyansys/pydpf-actions/kill-dpf-servers@prepare_v2.2
if: always()

- name: "Upload Test Results"
Expand All @@ -155,7 +154,7 @@ jobs:
- uses: actions/checkout@v3

- name: "Build Documentation"
uses: pyansys/pydpf-actions/build_doc@${{ env.pydpf-actions }}
uses: pyansys/pydpf-actions/build_doc@prepare_v2.2
with:
python-version: "3.8"
ANSYS_VERSION: ${{env.ANSYS_VERSION}}
Expand Down

0 comments on commit e3d6bee

Please sign in to comment.