Skip to content

Commit 329c489

Browse files
committed
fix workflow
1 parent 324d857 commit 329c489

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_upload_PyPI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
CIBW_BUILD: ${{ matrix.cibw_python }}
3939
CIBW_ARCHS: ${{ matrix.arch }}
4040
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux }}
41-
CIBW_BEFORE_BUILD: "pip install -r requirements.txt cython>=0.29.21 numpy==1.19.0"
41+
CIBW_BEFORE_BUILD: "pip install -r requirements.txt"
4242
CIBW_SKIP: "*-musllinux_*"
4343
CIBW_BEFORE_ALL_LINUX: >
4444
yum -y update &&

.github/workflows/manully_test_PYPI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
CIBW_BUILD: ${{ matrix.cibw_python }}
3737
CIBW_ARCHS: ${{ matrix.arch }}
3838
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux }}
39-
CIBW_BEFORE_BUILD: "pip install -r requirements.txt cython>=0.29.21 numpy==1.19.0"
39+
CIBW_BEFORE_BUILD: "pip install -r requirements.txt"
4040
CIBW_SKIP: "*-musllinux_*"
4141
CIBW_BEFORE_ALL_LINUX: >
4242
yum -y update &&

0 commit comments

Comments
 (0)