-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove any option related to installing dev version of ansys-dpf-gate…
…, gatebin or grpc (#482)
- Loading branch information
Showing
4 changed files
with
0 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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: | ||
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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 | ||
|
@@ -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] | ||
|
This file was deleted.
Oops, something went wrong.