Skip to content

Commit 9461de8

Browse files
PeterPetrikdvdkon
authored andcommitted
revert change in pypackaging
1 parent d3135d3 commit 9461de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)