Skip to content

Commit

Permalink
only python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vot4anto committed Oct 4, 2024
1 parent 8ca5cfb commit 869528f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-22.04"]
python: ["3.10", "3.11", "3.12"]
os:
["ubuntu-22.04"]
#python: ["3.10", "3.11", "3.12"]
python: ["3.12"]
platform: ["x86_64"]
os-name: ["jammy"]
env:
Expand Down

0 comments on commit 869528f

Please sign in to comment.