Skip to content

Commit

Permalink
Reduce test space to speedup testing
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Mar 14, 2023
1 parent 056d85f commit 6df3e74
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,52 +37,9 @@ jobs:
fail-fast: false
matrix:
os:
- macos-11
- macos-12
- macos-latest
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-latest
- windows-2019
- windows-2022
- windows-latest
python-version: ["3.8"]

include:
- os: macos-latest
python-version: "3.11"
- os: ubuntu-latest
python-version: "3.11"
# installing lxml fails for Python 3.11 on Windows

- os: macos-latest
python-version: "3.10"
- os: ubuntu-latest
python-version: "3.10"
- os: windows-latest
python-version: "3.10"

- os: macos-latest
python-version: "3.9"
- os: ubuntu-latest
python-version: "3.9"
- os: windows-latest
python-version: "3.9"

- os: macos-latest
python-version: "3.7"
- os: ubuntu-latest
python-version: "3.7"
- os: windows-latest
python-version: "3.7"

- os: macos-latest
python-version: "3.6"
- os: ubuntu-20.04
python-version: "3.6"
- os: windows-latest
python-version: "3.6"

steps:
- name: Setup Ubuntu
if: startsWith(matrix.os, 'ubuntu')
Expand Down

0 comments on commit 6df3e74

Please sign in to comment.