Skip to content

Commit bfdc43c

Browse files
committed
Remove Windows PR builds. [ci skip]
1 parent d7fdc6f commit bfdc43c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
matrix:
1515
python-version: ["3.10", "3.11", "3.12"]
1616
platform:
17-
- { name: "windows", os: "windows-latest", shell: "pwsh" }
1817
- { name: "linux", os: "ubuntu-latest", shell: "bash -l {0}" }
1918
- { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
2019
exclude:
@@ -23,13 +22,9 @@ jobs:
2322
- platform:
2423
{ name: "macos", os: "macos-latest", shell: "bash -l {0}" }
2524
python-version: "3.10"
26-
- platform: { name: "windows", os: "windows-latest", shell: "pwsh" }
27-
python-version: "3.10"
2825
- platform:
2926
{ name: "macos", os: "macos-latest", shell: "bash -l {0}" }
3027
python-version: "3.12" # MacOS can't run 3.12 yet...
31-
- platform: { name: "windows", os: "windows-latest", shell: "pwsh" }
32-
python-version: "3.11"
3328
environment:
3429
name: ghostly-build
3530
defaults:

0 commit comments

Comments
 (0)