Skip to content

Commit 819771d

Browse files
committed
Use local candidate wheels
1 parent 5b1e35a commit 819771d

File tree

5 files changed

+4
-0
lines changed

5 files changed

+4
-0
lines changed
129 KB
Binary file not shown.
5.2 MB
Binary file not shown.
Binary file not shown.
75.1 KB
Binary file not shown.

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ env:
1919
PACKAGE_NAME: ansys-dpf-core
2020
MODULE: core
2121
ANSYS_VERSION: 231
22+
extra: "--pre --find-links .github/"
2223

2324
jobs:
2425
style:
@@ -217,6 +218,7 @@ jobs:
217218
dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}}
218219
install_extras: plotting
219220
wheelhouse: false
221+
extra-pip-args: ${{ env.extra }}
220222

221223
- name: "Setup headless display"
222224
uses: pyvista/setup-headless-display-action@v1
@@ -297,6 +299,7 @@ jobs:
297299
install_extras: plotting
298300
wheelhouse: false
299301
wheel: false
302+
extra-pip-args: ${{ env.extra }}
300303

301304
- name: "Setup headless display"
302305
uses: pyvista/setup-headless-display-action@v1
@@ -377,6 +380,7 @@ jobs:
377380
dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}}
378381
install_extras: plotting
379382
wheel: false
383+
extra-pip-args: ${{ env.extra }}
380384

381385
- name: "Install ansys-grpc-dpf==0.4.0"
382386
shell: pwsh

0 commit comments

Comments
 (0)