Skip to content

Commit

Permalink
CI: try to fix setup script.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed May 25, 2021
1 parent 28dafcd commit fb363a2
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,24 @@ jobs:
env: [{}]

include:
- python-version: 3.9
# Temporary - Allow failure on all 3.10-dev jobs until beta comes out
- python-version: 3.10-dev
allowed_failure: true
# Ubuntu sub-jobs:
# ================
# GCC 11
- os: ubuntu-18.04
python-version: 3.9
backend: c
env: { GCC_VERSION: 11 }
extra_hash: "-gcc11"
allowed_failure: true
- python-version: 3.9
- os: ubuntu-18.04
python-version: 3.9
backend: cpp
env: { GCC_VERSION: 11 }
extra_hash: "-gcc11"
allowed_failure: true
# Temporary - Allow failure on all 3.10-dev jobs until beta comes out
- python-version: 3.10-dev
allowed_failure: true
# Ubuntu sub-jobs:
# ================
# Linting
- os: ubuntu-18.04
python-version: 3.7
Expand Down

0 comments on commit fb363a2

Please sign in to comment.