We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6750855 commit 91a4dd9Copy full SHA for 91a4dd9
.github/workflows/build.yml
@@ -365,7 +365,7 @@ jobs:
365
PKG_CONFIG_PATH: /usr/local/lib/pkgconfig
366
run: |
367
${{ matrix.python-version }} -m pip install --upgrade pip
368
- ${{ matrix.python-version }} -m pip install --upgrade "cffi>=1.17.1"
+ ${{ matrix.python-version }} -m pip install --upgrade cffi
369
${{ matrix.python-version }} -m pip install --upgrade wheel
370
${{ matrix.python-version }} -m pip install --upgrade setuptools
371
${{ matrix.python-version }} -m pip install --upgrade build
0 commit comments