Skip to content

Commit

Permalink
Merge pull request #452 from CoffeaTeam/nsmith--patch-1
Browse files Browse the repository at this point in the history
Drop python 3.6 test in OS X
  • Loading branch information
nsmith- authored Feb 11, 2021
2 parents 0e348d9 + 86e7083 commit fdc953f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
os: [ubuntu-latest, macOS-latest, windows-latest]
java-version: [1.8]
python-version: [3.6, 3.7, 3.8]
exclude:
- os: macOS-latest
python-version: 3.6
name: test coffea (${{ matrix.os }}) - python ${{ matrix.python-version }}, JDK${{ matrix.java-version }}

steps:
Expand Down

0 comments on commit fdc953f

Please sign in to comment.