Skip to content

Commit 9e87f03

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

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/code.yml

Lines changed: 6 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

0 commit comments

Comments
 (0)