Skip to content

Commit

Permalink
Merge pull request #574 from DesmonDay/main
Browse files Browse the repository at this point in the history
Fix github workflow
  • Loading branch information
Yelrose authored Sep 21, 2023
2 parents 1c49fd3 + 329c489 commit 4d7a345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_upload_PyPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
CIBW_BUILD: ${{ matrix.cibw_python }}
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux }}
CIBW_BEFORE_BUILD: "pip install -r requirements.txt cython>=0.29.21 numpy==1.19.0"
CIBW_BEFORE_BUILD: "pip install -r requirements.txt"
CIBW_SKIP: "*-musllinux_*"
CIBW_BEFORE_ALL_LINUX: >
yum -y update &&
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manully_test_PYPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
CIBW_BUILD: ${{ matrix.cibw_python }}
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux }}
CIBW_BEFORE_BUILD: "pip install -r requirements.txt cython>=0.29.21 numpy==1.19.0"
CIBW_BEFORE_BUILD: "pip install -r requirements.txt"
CIBW_SKIP: "*-musllinux_*"
CIBW_BEFORE_ALL_LINUX: >
yum -y update &&
Expand Down

0 comments on commit 4d7a345

Please sign in to comment.