Skip to content

Commit

Permalink
fix maturin --interpreter option
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Nov 19, 2024
1 parent 861a787 commit 6dd046a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: set up python
- id: setup-python
name: set up python
uses: quansight-labs/setup-python@v5
with:
python-version: ${{ matrix.interpreter }}
Expand All @@ -390,6 +391,7 @@ jobs:
args: >
--release
--out pgo-wheel
--interpreter ${{ steps.setup-python.outputs.python-path }}
rust-toolchain: stable
working-directory: crates/jiter-python
env:
Expand Down Expand Up @@ -420,6 +422,7 @@ jobs:
args: >
--release
--out dist
--interpreter ${{ steps.setup-python.outputs.python-path }}
rust-toolchain: stable
working-directory: crates/jiter-python
env:
Expand Down

0 comments on commit 6dd046a

Please sign in to comment.