Skip to content

Commit

Permalink
Remove any option related to installing dev version of ansys-dpf-gate…
Browse files Browse the repository at this point in the history
…, gatebin or grpc (#482)
  • Loading branch information
PProfizi authored Sep 7, 2023
1 parent 2eee548 commit 67e85f8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 53 deletions.
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.

0 comments on commit 67e85f8

Please sign in to comment.