Skip to content

Commit

Permalink
Temporarily disable 3.11 alpha build for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gfrances committed Mar 9, 2022
1 parent ed1478e commit 731be5b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,14 @@ jobs:
# python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.9']
python-version: ['3.7', '3.8', '3.9', '3.10']
experimental: [false]
include:
- os: ubuntu-latest
python-version: '3.11.0-alpha.5'
experimental: true

# I'm temporarily disabling the build on the 3.11 alpha, as the installation aims at buiilding the scipy wheel,
# which fails spectacularly with a 10K lines log of Fortran compilation errors.
# Let's wait a bit until a binary wheel is available
# include:
# - os: ubuntu-latest
# python-version: '3.11.0-alpha.5'
# experimental: true

runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
Expand Down

0 comments on commit 731be5b

Please sign in to comment.