From f4451ada8b90e37d029c418df16f8dfc30e991a1 Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Thu, 28 Nov 2024 09:43:26 +0000 Subject: [PATCH] remove interpreter workaround --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8e3f5a..087fc9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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