Skip to content

Commit 5f8cd87

Browse files
authored
Merge pull request #658 from pytroll/dependabot/github_actions/pypa/cibuildwheel-2.23.3
Bump pypa/cibuildwheel from 2.23.2 to 2.23.3
2 parents a0946ad + 3831762 commit 5f8cd87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
numpy \
5656
pandas \
5757
scipy; \
58-
mamba remove --force-remove -y pykdtree
58+
conda remove --force-remove -y pykdtree
5959
python -m pip install \
6060
--no-deps --upgrade --pre --no-build-isolation \
6161
git+https://github.com/storpipfugl/pykdtree \

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
git fetch --prune --unshallow
6161
6262
- name: Build wheels
63-
uses: pypa/cibuildwheel@v2.23.2
63+
uses: pypa/cibuildwheel@v2.23.3
6464
env:
6565
CIBW_SKIP: "cp36-* cp37-* cp38-* cp39-* cp310-* pp* *i686 *-musllinux*"
6666
CIBW_ARCHS: "${{ matrix.cibw_archs }}"

0 commit comments

Comments
 (0)