Skip to content

Commit

Permalink
Remove gatebin installation step for Linux (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi authored Aug 9, 2022
1 parent ae4902c commit ccf1825
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: "Add gatebin to install for Linux"
if: runner.os == 'Linux'
shell: bash
run: |
echo "extra=dpf-standalone/v${{env.ANSYS_VERSION}}/ansys_dpf_gatebin-0.1.dev1-py3-none-manylinux_2_17_x86_64.whl" >> $GITHUB_ENV
- name: "Build Package"
uses: pyansys/pydpf-actions/build_package@v2.2.dev1
with:
Expand Down

0 comments on commit ccf1825

Please sign in to comment.