Skip to content

Commit

Permalink
🔥 Drop the experimental flag from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Aug 1, 2022
1 parent 7ced436 commit 9c1dad4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
pyver: ['3.7', '3.8', '3.9', '3.10']
no-extensions: ['', 'Y']
os: [ubuntu, macos, windows]
experimental: [false]
exclude:
- os: macos
no-extensions: 'Y'
Expand All @@ -80,22 +79,17 @@ jobs:
- pyver: pypy-3.9
no-extensions: 'Y'
os: ubuntu
experimental: false
- pyver: pypy-3.8
no-extensions: 'Y'
os: ubuntu
experimental: false
- os: ubuntu
pyver: "3.11.0-alpha - 3.11.0"
experimental: true
no-extensions: ''
- os: ubuntu
pyver: "3.11.0-alpha - 3.11.0"
experimental: true
no-extensions: 'Y'
fail-fast: false
runs-on: ${{ matrix.os }}-latest
continue-on-error: ${{ matrix.experimental }}
timeout-minutes: 15
steps:
- name: Checkout
Expand Down

0 comments on commit 9c1dad4

Please sign in to comment.