Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 authored Nov 13, 2023
1 parent 17c02d4 commit 4a6e871
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4a6e871

Please sign in to comment.