Skip to content

Commit

Permalink
feat: CI for darwin and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Lindahl committed Aug 29, 2024
1 parent 0acd55e commit d837edb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@ on: [push, pull_request]

jobs:
unit-tests:
#runs-on: ubuntu-latest
#runs-on: [macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
#max-parallel: 3
matrix:
#python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.7', '3.12']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest]
EXTRA: [false] # used to force includes to get included
include:
Expand Down

0 comments on commit d837edb

Please sign in to comment.