Skip to content

Commit

Permalink
remove interpreter workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt authored Nov 28, 2024
1 parent 2fd43cf commit f4451ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ jobs:
- name: build pgo wheel
uses: ./.github/actions/build-pgo-wheel
with:
interpreter: ${{ matrix.interpreter == '3.13t' && 'python3.13t' || matrix.interpreter }}
interpreter: ${{ matrix.interpreter }}
rust-toolchain: ${{ steps.rust-toolchain.outputs.name }}
env:
RUST_LOG: maturin=debug
Expand Down

0 comments on commit f4451ad

Please sign in to comment.