Skip to content

Commit 1a40c96

Browse files
fix: fix ci
1 parent 5af4637 commit 1a40c96

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,8 @@ skip = ["cp36-*", "cp37-*", "cp38-*", "cp14t-*", "*-win32", "*-manylinux_i686",
6161
# Build environment setup
6262
environment = { CIBUILDWHEEL = "1" }
6363

64-
# Ensure CFFI module is built correctly
6564
before-build = [
6665
"python --version",
67-
"pip install --upgrade pip setuptools wheel",
68-
"pip install cffi pycparser",
6966
]
7067

7168
# Test the built wheels

0 commit comments

Comments
 (0)