Skip to content

Commit 91a4dd9

Browse files
test
1 parent 6750855 commit 91a4dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ jobs:
365365
PKG_CONFIG_PATH: /usr/local/lib/pkgconfig
366366
run: |
367367
${{ matrix.python-version }} -m pip install --upgrade pip
368-
${{ matrix.python-version }} -m pip install --upgrade "cffi>=1.17.1"
368+
${{ matrix.python-version }} -m pip install --upgrade cffi
369369
${{ matrix.python-version }} -m pip install --upgrade wheel
370370
${{ matrix.python-version }} -m pip install --upgrade setuptools
371371
${{ matrix.python-version }} -m pip install --upgrade build

0 commit comments

Comments
 (0)