Skip to content

Commit

Permalink
Add Windows to CI (#114)
Browse files Browse the repository at this point in the history
* Add Windows to CI

* Update main.yml
  • Loading branch information
altendky authored Apr 23, 2022
1 parent fa1ba10 commit fc73cd9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ on: [push]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
name: Python ${{ matrix.python-version }} sample
name: Python ${{ matrix.os }} ${{ matrix.python-version }} sample
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit fc73cd9

Please sign in to comment.