Skip to content

Commit

Permalink
Merge pull request #776 from oddstr13/pr-test-windows-1
Browse files Browse the repository at this point in the history
Add windows to the test matrix
  • Loading branch information
oddstr13 authored Sep 22, 2023
2 parents 18b785c + b147b98 commit 5f8865d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@ env:

jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
py_version: ['2.7', '3.9', '3.11']
os: [ubuntu-latest, windows-latest]
exclude:
- os: windows-latest
py_version: '2.7'
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 5f8865d

Please sign in to comment.