Skip to content

Commit 9bec9dc

Browse files
committed
insert oldest-supported-numpy into pyproject.toml
1 parent 6f655aa commit 9bec9dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ jobs:
119119
cd $REPO_DIR
120120
git checkout master
121121
git pull
122-
#git checkout $BUILD_COMMIT
122+
git checkout $BUILD_COMMIT
123+
sed -i -e "s/numpy/oldest-supported-numpy/g" pyproject.toml
123124
cd ..
124125
echo "------- BUILD WHEEL --------"
125126
build_wheel $REPO_DIR $PLAT

0 commit comments

Comments
 (0)