Skip to content

Commit a2d546f

Browse files
committed
revert change in pypackaging
1 parent 96a54b0 commit a2d546f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
CIBW_SKIP: pp* cp27-* cp35-* cp36-* *-i686 *musllinux*
1010
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
1111
CIBW_ARCHS: x86_64
12-
CIBW_BEFORE_ALL_LINUX: dnf makecache && dnf install --assumeyes --nogpgcheck sqlite-devel
12+
CIBW_BEFORE_ALL_LINUX: dnf makecache && dnf install --assumeyes sqlite-devel
1313
CIBW_BEFORE_BUILD: pip install setuptools scikit-build wheel cmake
1414
CIBW_TEST_COMMAND: python -c "import pygeodiff; pygeodiff.GeoDiff().version()"
1515

0 commit comments

Comments
 (0)