diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a83ecc307..96b4376ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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/prepare_tests@v2.3 @@ -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: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1d1eca47c..38787b0c1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 0b7eecc61..460240fba 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -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/prepare_tests@v2.3 diff --git a/requirements/requirements_dev.txt b/requirements/requirements_dev.txt deleted file mode 100644 index 5146bf629..000000000 --- a/requirements/requirements_dev.txt +++ /dev/null @@ -1,3 +0,0 @@ -ansys-dpf-gate==0.4.2.dev0 -ansys-dpf-gatebin==0.4.2.dev0 -ansys-grpc-dpf==0.8.2.dev0