Skip to content

Commit 124c6ca

Browse files
Remove Windows + Python3.9 due to Numpy bug
1 parent 08987ba commit 124c6ca

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/code.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ jobs:
7171
cov_file: /output/coverage.xml
7272
results_file: /output/pytest-results.xml
7373

74+
exclude:
75+
# Exclude Windows + Python 3.9 as p4p can't build there, due to numpy bug #27224
76+
# which was never ported back to the 2.0.* numpy release stream.
77+
- os: windows-latest
78+
python: cp39
79+
7480
name: build/${{ matrix.os }}/${{ matrix.python }}
7581
runs-on: ${{ matrix.os }}
7682

@@ -136,6 +142,12 @@ jobs:
136142
os: [ubuntu-latest, windows-latest, macos-15-intel]
137143
python: [cp37, cp38, cp39, cp310, cp311, cp312, cp313]
138144

145+
exclude:
146+
# Exclude Windows + Python 3.9 as p4p can't build there, due to numpy bug #27224
147+
# which was never ported back to the 2.0.* numpy release stream.
148+
- os: windows-latest
149+
python: cp39
150+
139151
runs-on: ${{ matrix.os }}
140152

141153
steps:

0 commit comments

Comments
 (0)