Skip to content

Commit

Permalink
Added Windows machine to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Jan 7, 2024
1 parent c174fc0 commit 9a6b414
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/parallel-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.12"]
os: ["ubuntu-latest"]
os: ["ubuntu-latest", "windows-latest"]

steps:
- name: Fetch Docker Images
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.12"]
os: ["ubuntu-latest"]
os: ["ubuntu-latest", "windows-latest"]

steps:
- name: Fetch Docker Images
Expand Down
33 changes: 30 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,16 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: ["ubuntu-latest"]
os: ["ubuntu-latest", "windows-latest"]
exclude:
- python-version: '3.9'
os: "windows-latest"
- python-version: 'pypy-3.10'
os: "windows-latest"
- python-version: '3.10'
os: "windows-latest"
- python-version: '3.11'
os: "windows-latest"

steps:
- name: Fetch Docker Images
Expand Down Expand Up @@ -86,7 +95,16 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: ["ubuntu-latest"]
os: ["ubuntu-latest", "windows-latest"]
exclude:
- python-version: '3.9'
os: "windows-latest"
- python-version: 'pypy-3.10'
os: "windows-latest"
- python-version: '3.10'
os: "windows-latest"
- python-version: '3.11'
os: "windows-latest"

steps:
- name: Fetch Docker Images
Expand Down Expand Up @@ -135,7 +153,16 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: ["ubuntu-latest"]
os: ["ubuntu-latest", "windows-latest"]
exclude:
- python-version: '3.9'
os: "windows-latest"
- python-version: 'pypy-3.10'
os: "windows-latest"
- python-version: '3.10'
os: "windows-latest"
- python-version: '3.11'
os: "windows-latest"

steps:
- name: Fetch Docker Images
Expand Down

0 comments on commit 9a6b414

Please sign in to comment.