We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0946ad + 3831762 commit 5f8cd87Copy full SHA for 5f8cd87
.github/workflows/ci.yaml
@@ -55,7 +55,7 @@ jobs:
55
numpy \
56
pandas \
57
scipy; \
58
- mamba remove --force-remove -y pykdtree
+ conda remove --force-remove -y pykdtree
59
python -m pip install \
60
--no-deps --upgrade --pre --no-build-isolation \
61
git+https://github.com/storpipfugl/pykdtree \
.github/workflows/deploy.yaml
@@ -60,7 +60,7 @@ jobs:
git fetch --prune --unshallow
62
- name: Build wheels
63
- uses: pypa/cibuildwheel@v2.23.2
+ uses: pypa/cibuildwheel@v2.23.3
64
env:
65
CIBW_SKIP: "cp36-* cp37-* cp38-* cp39-* cp310-* pp* *i686 *-musllinux*"
66
CIBW_ARCHS: "${{ matrix.cibw_archs }}"
0 commit comments