Skip to content

Commit

Permalink
fix dnf
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Jan 17, 2024
1 parent 78f5939 commit 83e268c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
CIBW_SKIP: pp* cp27-* cp35-* cp36-* *-i686 *musllinux*
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
CIBW_ARCHS: x86_64
CIBW_BEFORE_ALL_LINUX: dnf makecache && dnf install --assumeyes sqlite-devel
CIBW_BEFORE_ALL_LINUX: dnf makecache && dnf install --assumeyes --nogpgcheck sqlite-devel
CIBW_BEFORE_BUILD: pip install setuptools scikit-build wheel cmake
CIBW_TEST_COMMAND: python -c "import pygeodiff; pygeodiff.GeoDiff().version()"

Expand Down

0 comments on commit 83e268c

Please sign in to comment.