Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,17 +166,6 @@ jobs:
custom-wheels: './.github'
secrets: inherit

retro_221:
name: "retro 221"
if: startsWith(github.head_ref, 'master') || github.event.action == 'ready_for_review' || !github.event.pull_request.draft
uses: ./.github/workflows/tests.yml
with:
ANSYS_VERSION: "221"
python_versions: '["3.8"]'
DOCSTRING: false
custom-wheels: './.github'
secrets: inherit

pydpf-post:
name: "PyDPF-Post"
if: startsWith(github.head_ref, 'master') || github.event.action == 'ready_for_review' || !github.event.pull_request.draft
Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,6 @@ jobs:
DOCSTRING: false
secrets: inherit

retro_221:
name: "retro 221"
uses: ./.github/workflows/tests.yml
with:
ANSYS_VERSION: "221"
python_versions: '["3.8"]'
DOCSTRING: false
secrets: inherit

pydpf-post_241:
name: "PyDPF-Post with 241"
uses: ./.github/workflows/pydpf-post.yml
Expand Down Expand Up @@ -145,13 +136,6 @@ jobs:
ANSYS_VERSION: "222"
secrets: inherit

pydpf-post_221:
name: "PyDPF-Post with 221"
uses: ./.github/workflows/pydpf-post.yml
with:
ANSYS_VERSION: "221"
secrets: inherit

gate:
name: "gate"
uses: ./.github/workflows/gate.yml
Expand Down