Skip to content

Commit a4a2185

Browse files
committed
no need for matrix build because ciwheelbuild does exactly that
1 parent f12b7b4 commit a4a2185

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/windows.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,25 +61,18 @@ jobs:
6161
6262
python:
6363
name: "python bindings"
64-
strategy:
65-
matrix:
66-
python:
67-
- "3.12"
68-
- "3.11"
6964
runs-on: windows-2022
7065
steps:
7166
- uses: actions/checkout@v4
7267
- uses: microsoft/setup-msbuild@v2
7368
with:
7469
vs-version: 17
75-
- uses: actions/setup-python@v5
76-
with:
77-
python-version: "${{ matrix.python }} "
7870
- name: install dependencies
7971
run: python -m pip install cython build cibuildwheel cogapp
8072
- name: Build
8173
env:
82-
EDLIB_OMIT_README_RST: 1-
74+
EDLIB_OMIT_README_RST: 1
75+
CIBW_TEST_COMMAND: "python3 {project}/test.py"
8376
run: |
8477
cd bindings/python
8578
robocopy ..\..\edlib edlib /E

0 commit comments

Comments
 (0)