Skip to content

Commit

Permalink
Try setting as env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Oct 21, 2022
1 parent e3d6bee commit 84780d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ env:
PACKAGE_NAME: ansys-dpf-post
MODULE: post
ANSYS_VERSION: 231
ACTIONS: prepare_v2.2

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

- name: "Build Package"
uses: pyansys/pydpf-actions/build_package@prepare_v2.2
uses: pyansys/pydpf-actions/build_package@${{ $ACTIONS }}
with:
python-version: ${{ matrix.python-version }}
ANSYS_VERSION: ${{env.ANSYS_VERSION}}
Expand Down

0 comments on commit 84780d3

Please sign in to comment.