mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 12:03:42 +02:00
ci: macOS and windows added to pytest workflow
This commit is contained in:
parent
af95667ffb
commit
cd0f38c77d
1 changed files with 8 additions and 2 deletions
8
.github/workflows/pytest.yml
vendored
8
.github/workflows/pytest.yml
vendored
|
@ -11,11 +11,17 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pytest:
|
pytest:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
|
os: [ubuntu-latest]
|
||||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
|
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
|
||||||
|
include:
|
||||||
|
- os: macos-latest
|
||||||
|
python-version: 3.9
|
||||||
|
- os: windows-latest
|
||||||
|
python-version: 3.9
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source
|
- name: Checkout source
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue