Skip to content

Commit

Permalink
Disable failing python tests (#6758)
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams authored Nov 18, 2024
1 parent e3b5a4b commit f594dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
unit-tests:
strategy:
matrix:
pyVersion: ["3.8", "3.9", "3.10", "3.11", "3.12"]
pyVersion: ["3.8", "3.9", "3.10"]
fail-fast: false

runs-on: ubuntu-24.04
Expand Down

0 comments on commit f594dbe

Please sign in to comment.