Skip to content

Commit 43db0ca

Browse files
authored
Merge pull request #579 from pytroll/dependabot/github_actions/pypa/cibuildwheel-2.16.5
Bump pypa/cibuildwheel from 2.16.2 to 2.16.5
2 parents 06f6b21 + f892115 commit 43db0ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
platforms: all
6767

6868
- name: Build wheels
69-
uses: pypa/cibuildwheel@v2.16.2
69+
uses: pypa/cibuildwheel@v2.16.5
7070
env:
7171
CIBW_SKIP: "cp36-* cp37-* cp38-* pp* *i686 *-musllinux* cp312-*"
7272
CIBW_ARCHS: "${{ matrix.cibw_archs }}"

continuous_integration/environment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222
- xarray
2323
- zarr
2424
- coverage
25-
- pytest
25+
- pytest <8.0.0
2626
- pytest-cov
2727
- pytest-lazy-fixture
2828
- importlib-metadata

0 commit comments

Comments
 (0)