Skip to content

Commit

Permalink
add Windows to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorb1 committed Oct 23, 2023
1 parent ad87fd2 commit f84d1f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ on: [push, pull_request]
jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
os: [ubuntu-latest, windows-latest]

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

0 comments on commit f84d1f7

Please sign in to comment.