Skip to content

Commit

Permalink
update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
irahorecka committed Jan 23, 2024
1 parent 31a7e4b commit 923cead
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: continuous-integration
on: [push]

jobs:
build:
runs-on: ubuntu-latest
test:
runs-on: $${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 923cead

Please sign in to comment.