Merge pull request #815 from JuroOravec/jo-test-windows-in-ci

refactor: Run CI tests in both unix and windows environments
This commit is contained in:
Emil Stenström 2024-12-04 19:38:53 +00:00 committed by GitHub
commit 9d78fcda92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,10 +10,11 @@ on:
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
os: [ubuntu-20.04, windows-latest]
steps:
- uses: actions/checkout@v4