Skip to content

Commit aa389f2

Browse files
committed
update the build CI to match
1 parent 7ee8f11 commit aa389f2

2 files changed

Lines changed: 1 addition & 22 deletions

File tree

.github/workflows/python_packages.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
1212
CIBW_ARCHS: x86_64
1313
CIBW_BEFORE_ALL_LINUX: dnf makecache && dnf install --assumeyes sqlite-devel
14-
CIBW_BEFORE_BUILD: pip install setuptools scikit-build wheel cmake
1514
CIBW_TEST_COMMAND: python -c "import pygeodiff; pygeodiff.GeoDiff().version()"
1615

1716
steps:
@@ -36,7 +35,6 @@ jobs:
3635
env:
3736
CIBW_BUILD: "*musllinux*"
3837
CIBW_BEFORE_ALL_LINUX: apk add sqlite-dev
39-
CIBW_BEFORE_BUILD: pip install setuptools scikit-build wheel cmake
4038
CIBW_TEST_COMMAND: python -c "import pygeodiff; pygeodiff.GeoDiff().version()"
4139

4240
steps:
@@ -78,7 +76,7 @@ jobs:
7876
run: |
7977
C:/vcpkg/vcpkg install sqlite3[rtree,fts3,json1] --triplet x64-windows
8078
C:/vcpkg/vcpkg integrate install
81-
pip install setuptools scikit-build wheel cmake delvewheel
79+
pip install delvewheel
8280
dir "C:/vcpkg/installed/x64-windows/bin"
8381
8482
- name: Build wheels
@@ -112,10 +110,6 @@ jobs:
112110
with:
113111
python-version: '3.9'
114112

115-
- name: Install Deps
116-
run: |
117-
pip install setuptools scikit-build wheel cmake
118-
119113
- name: Build wheels
120114
uses: pypa/cibuildwheel@v3.3.1
121115

@@ -147,10 +141,6 @@ jobs:
147141
with:
148142
python-version: '3.9'
149143

150-
- name: Install Deps
151-
run: |
152-
pip install setuptools scikit-build wheel cmake
153-
154144
- name: Build wheels
155145
uses: pypa/cibuildwheel@v3.3.1
156146

MANIFEST.in

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)