Skip to content

Commit

Permalink
Issue #181 put linux back on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed Oct 19, 2022
1 parent 7c6d467 commit e34a861
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,22 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
python-ver: [3.7, 3.8]
experimental: [false]
include:
- python-ver: 3.9
os: ubuntu-latest
experimental: true
- python-ver: 3.9
os: macos-latest
experimental: true
- python-ver: 3.9
os: windows-latest
experimental: true
- os: ubuntu-latest
python-ver: 3.6
experimental: false

runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
Expand Down

0 comments on commit e34a861

Please sign in to comment.