Skip to content

Commit

Permalink
GHA: Ignore python3.13 failures for now
Browse files Browse the repository at this point in the history
Until all dependencies work with Python3.13. pyarrow wheels are still missing.
  • Loading branch information
dweindl committed Oct 19, 2024
1 parent 91054b3 commit eaac390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_python_ver_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.10', '3.11', '3.12', '3.13']
experimental: [false]
experimental: [false, false, false, true]

steps:
- run: echo "AMICI_DIR=$(pwd)" >> $GITHUB_ENV
Expand Down

0 comments on commit eaac390

Please sign in to comment.