Skip to content

Commit

Permalink
Update python-cibuildwheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed Jan 6, 2024
1 parent ea33cf0 commit a90f1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
CIBW_BUILD: 'cp37-*'
CIBW_MANYLINUX_X86_64_IMAGE: 'keyvidev/manylinux-builder-x86_64'
CIBW_MANYLINUX_AARCH64_IMAGE: 'keyvidev/manylinux-builder-aarch64'
CIBW_BEFORE_BUILD: pip install -r requirements.txt
CIBW_BEFORE_BUILD: pip install -r python/requirements.txt
with:
package-dir: python

Expand Down

0 comments on commit a90f1cc

Please sign in to comment.