We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12b7b4 commit a4a2185Copy full SHA for a4a2185
.github/workflows/windows.yaml
@@ -61,25 +61,18 @@ jobs:
61
62
python:
63
name: "python bindings"
64
- strategy:
65
- matrix:
66
- python:
67
- - "3.12"
68
- - "3.11"
69
runs-on: windows-2022
70
steps:
71
- uses: actions/checkout@v4
72
- uses: microsoft/setup-msbuild@v2
73
with:
74
vs-version: 17
75
- - uses: actions/setup-python@v5
76
- with:
77
- python-version: "${{ matrix.python }} "
78
- name: install dependencies
79
run: python -m pip install cython build cibuildwheel cogapp
80
- name: Build
81
env:
82
- EDLIB_OMIT_README_RST: 1-
+ EDLIB_OMIT_README_RST: 1
+ CIBW_TEST_COMMAND: "python3 {project}/test.py"
83
run: |
84
cd bindings/python
85
robocopy ..\..\edlib edlib /E
0 commit comments