Skip to content

Commit d85bbc6

Browse files
committedFeb 22, 2025
Build cython before wheel
1 parent f5ba670 commit d85bbc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
env:
7979
CIBW_BUILD: cp{${{ needs.configure.outputs.python_versions }}}-${{ matrix.wheel_type }}
8080
CIBW_ARCHS_LINUX: auto
81+
CIBW_BEFORE_BUILD: cd {project}; python setup.py build_ext --inplace
8182
CIBW_TEST_COMMAND: python -m unittest discover -s {project}
8283
- uses: actions/upload-artifact@v4
8384
with:

0 commit comments

Comments
 (0)