Skip to content

Commit

Permalink
full matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Mar 9, 2023
1 parent fea6ae6 commit 00a9b10
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
name: Tests

on:
workflow_dispatch:
pull_request:
push:
branches: [main]

jobs:
test:
run:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest]
fail-fast: false
os: [windows-latest, ubuntu-latest, macos-latest]
fail-fast: false

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 00a9b10

Please sign in to comment.