Skip to content

Commit ccf1825

Browse files
authored
Remove gatebin installation step for Linux (#395)
1 parent ae4902c commit ccf1825

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v3
3636

37-
- name: "Add gatebin to install for Linux"
38-
if: runner.os == 'Linux'
39-
shell: bash
40-
run: |
41-
echo "extra=dpf-standalone/v${{env.ANSYS_VERSION}}/ansys_dpf_gatebin-0.1.dev1-py3-none-manylinux_2_17_x86_64.whl" >> $GITHUB_ENV
42-
4337
- name: "Build Package"
4438
uses: pyansys/pydpf-actions/[email protected]
4539
with:

0 commit comments

Comments
 (0)