From 4a6e871ea7981a794d3b2eec5434e8b0c3564cd4 Mon Sep 17 00:00:00 2001 From: Philip Chmielowiec <67855069+philipc2@users.noreply.github.com> Date: Mon, 13 Nov 2023 00:27:07 -0600 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ebedef..bb39cb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,25 +36,8 @@ jobs: strategy: fail-fast: false matrix: - os: ["ubuntu-latest", "macos-latest", "windows-latest"] - # Bookend python versions - python-version: ["3.9", "3.11"] - env: [""] - include: - # Minimum python version: - - env: "bare-minimum" - python-version: "3.9" - os: ubuntu-latest - - env: "min-all-deps" - python-version: "3.9" - os: ubuntu-latest - # Latest python version: - - env: "all-but-dask" - python-version: "3.10" - os: ubuntu-latest - - env: "flaky" - python-version: "3.10" - os: ubuntu-latest + os: [ "ubuntu-latest", "macos-latest", "windows-latest"] + python-version: [ "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v4 with: