Skip to content

Commit

Permalink
Disable 3.10.0-alpha.5 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Feb 12, 2021
1 parent bf29e62 commit 26a54a2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test_python_ver_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:
matrix:
python-version: [3.7, 3.8, 3.9]
experimental: [false]
include:
- python-version: 3.10.0-alpha.5
experimental: true
# Temporarily disabled because the respective jobs somehow runs infinitely
# include:
# - python-version: 3.10.0-alpha.5
# experimental: true

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

0 comments on commit 26a54a2

Please sign in to comment.