Skip to content

Commit

Permalink
Remove 221 from testing (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi authored Sep 8, 2023
1 parent 67e85f8 commit b49b7e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
matrix:
python-version: ["3.10"]
os: ["windows-latest", "ubuntu-latest"]
ANSYS_VERSION: ["232", "231", "222", "221"]
ANSYS_VERSION: ["232", "231", "222"]

steps:
- uses: actions/checkout@v3
Expand All @@ -152,14 +152,6 @@ jobs:
install_extras: plotting
wheel: false

- name: "Install ansys-grpc-dpf==0.4.0"
shell: bash
run: |
pip install ansys-grpc-dpf==0.4.0
pip uninstall -y protobuf
pip install "protobuf<4.0"
if: matrix.ANSYS_VERSION == '221'

- name: "Prepare Testing Environment"
uses: ansys/pydpf-actions/[email protected]
with:
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
matrix:
python-version: ["3.10"]
os: ["windows-latest", "ubuntu-latest"]
ANSYS_VERSION: ["232", "231", "222", "221"]
ANSYS_VERSION: ["232", "231", "222"]

steps:
- uses: actions/checkout@v3
Expand All @@ -151,14 +151,6 @@ jobs:
wheel: false
extra-pip-args: ${{ env.extra }}

- name: "Install ansys-grpc-dpf==0.4.0"
shell: bash
run: |
pip install ansys-grpc-dpf==0.4.0
pip uninstall -y protobuf
pip install "protobuf<4.0"
if: matrix.ANSYS_VERSION == '221'

- name: "Prepare Testing Environment"
uses: ansys/pydpf-actions/[email protected]
with:
Expand Down

0 comments on commit b49b7e2

Please sign in to comment.