Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI to handle refactor of ansys-dpf-core #482

Merged
merged 1 commit into from
Sep 7, 2023
Merged
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
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ jobs:
wheel: true
wheelhouse: true
standalone_suffix: ${{ inputs.standalone_suffix || ''}}
extra-pip-args: ${{ './dpf-standalone/v241/dist' && format('--find-links {0}', './dpf-standalone/v241/dist')}}
custom-requirements: requirements/requirements_dev.txt

- name: "Prepare Testing Environment"
uses: ansys/pydpf-actions/[email protected]
Expand Down Expand Up @@ -198,8 +196,6 @@ jobs:
ANSYS_VERSION: "241"
python_versions: '["3.10"]'
standalone_suffix: ${{ inputs.standalone_suffix || ''}}
custom-wheels: ${{ format('--find-links {0}', './dpf-standalone/v241/dist')}}
custom-requirements: requirements/requirements_dev.txt
secrets: inherit

docs:
Expand All @@ -209,8 +205,6 @@ jobs:
ANSYS_VERSION: "241"
standalone_suffix: ${{ inputs.standalone_suffix || ''}}
event_name: ${{ github.event_name }}
custom-wheels: ./dpf-standalone/v241/dist
custom-requirements: requirements/requirements_dev.txt
secrets: inherit

upload-development-docs:
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,6 @@ on:
required: false
type: string
default: ''
custom-requirements:
description: "Path to requirements.txt file to install"
required: false
type: string
default: ''
custom-wheels:
description: "extra pip '--find-links XXX' argument to find custom dpf wheels"
required: false
type: string
default: ''
event_name:
description: "Name of event calling"
required: true
Expand Down Expand Up @@ -58,16 +48,6 @@ on:
required: false
type: string
default: ''
custom-requirements:
description: "Path to requirements.txt file to install"
required: false
type: string
default: ''
custom-wheels:
description: "extra pip --find-links argument to find custom dpf wheels"
required: false
type: string
default: ''
generate_pdf:
description: "Whether to build the PDF doc"
type: string
Expand Down Expand Up @@ -121,9 +101,7 @@ jobs:
install_extras: plotting
wheel: false
wheelhouse: false
extra-pip-args: ${{ inputs.custom-wheels && format('--find-links {0}', inputs.custom-wheels) || '' }}
standalone_suffix: ${{ inputs.standalone_suffix }}
custom-requirements: ${{ inputs.custom-requirements }}

- name: "Setup headless display"
uses: pyvista/setup-headless-display-action@v2
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,6 @@ on:
required: false
type: string
default: ''
custom-requirements:
description: "Path to requirements.txt file to install"
required: false
type: string
default: ''
custom-wheels:
description: "extra pip --find-links argument to find custom dpf wheels"
required: false
type: string
default: ''
# Can be called manually
workflow_dispatch:
inputs:
Expand All @@ -45,16 +35,6 @@ on:
required: false
type: string
default: ''
custom-requirements:
description: "Path to requirements.txt file to install"
required: false
type: string
default: ''
custom-wheels:
description: "extra pip --find-links argument to find custom dpf wheels"
required: false
type: string
default: ''

env:
PACKAGE_NAME: ansys-dpf-post
Expand Down Expand Up @@ -108,8 +88,6 @@ jobs:
wheelhouse: false
wheel: false
standalone_suffix: ${{ inputs.standalone_suffix }}
extra-pip-args: ${{ inputs.custom-wheels }}
custom-requirements: ${{ inputs.custom-requirements }}

- name: "Prepare Testing Environment"
uses: ansys/pydpf-actions/[email protected]
Expand Down
3 changes: 0 additions & 3 deletions requirements/requirements_dev.txt

This file was deleted.