From 72234d8f11c82db866abd505cd4473cea8fc855e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Grobol?= Date: Wed, 18 Sep 2024 21:29:34 +0200 Subject: [PATCH] [ci] fix wheel build --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c96e5b3..0d1cc23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,8 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [env.main-python-version] + python-version: + - 3.12 needs: test steps: - uses: actions/checkout@v4