Skip to content

Commit 27dd25d

Browse files
committed
Ensure cffi is installed in test-crossenv
1 parent a075252 commit 27dd25d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ jobs:
226226
. venv/bin/activate
227227
build-pip install cffi wheel "setuptools>=62.4"
228228
cross-expose cffi
229-
pip install wheel
230-
pip install build cffi -e ../../
229+
pip install wheel build -e ../../
230+
pip install cffi
231231
export DIST_EXTRA_CONFIG=/tmp/build-opts.cfg
232232
echo -e "[bdist_wheel]\npy_limited_api=cp37" > $DIST_EXTRA_CONFIG
233233
python -m build --no-isolation

0 commit comments

Comments
 (0)