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 61578b0 commit 29ba3d9Copy full SHA for 29ba3d9
1 file changed
.github/workflows/python_packages.yml
@@ -9,7 +9,7 @@ jobs:
9
CIBW_SKIP: pp* cp27-* cp35-* cp36-* *-i686 *musllinux*
10
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
11
CIBW_ARCHS: x86_64
12
- CIBW_BEFORE_ALL_LINUX: dnf makecache && dnf install --assumeyes sqlite-devel
+ CIBW_BEFORE_ALL_LINUX: dnf makecache && dnf install --assumeyes --nogpgcheck sqlite-devel
13
CIBW_BEFORE_BUILD: pip install setuptools scikit-build wheel cmake
14
CIBW_TEST_COMMAND: python -c "import pygeodiff; pygeodiff.GeoDiff().version()"
15
0 commit comments