Skip to content

Commit

Permalink
chore: don't try to install ppc64le wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
jselig-rigetti committed Apr 4, 2024
1 parent 939ab03 commit c526d91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/action-common-python-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ runs:
target: ${{ inputs.maturin-target }}
args: --manifest-path crates/python/Cargo.toml --out dist

- name: Install wheel
# host will not produce an installable wheel in this case
- if: inputs.maturin-target != 'ppc64le'
name: Install wheel
shell: bash
run: |
pip install ${{ inputs.package-name }} --find-links dist --force-reinstall
Expand Down

0 comments on commit c526d91

Please sign in to comment.