Skip to content

Commit

Permalink
[ci] fix wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicGrobol committed Sep 18, 2024
1 parent fe02124 commit 72234d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72234d8

Please sign in to comment.