Skip to content

Commit 4504665

Browse files
committed
Merge remote-tracking branch 'origin/main' into docs
DOC merge to branch cibw
2 parents 06d2f23 + 10a32a9 commit 4504665

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- name: Test with doctest
4141
shell: bash
4242
run: |
43+
pixi run doc
4344
CMD=doctest pixi run doc
4445
- name: Test coverage
4546
shell: bash
@@ -69,7 +70,7 @@ jobs:
6970
steps:
7071
- uses: actions/checkout@v4
7172
- name: Build wheels
72-
uses: pypa/cibuildwheel@v2.19.2
73+
uses: pypa/cibuildwheel@v2.21.3
7374
env:
7475
CIBW_BUILD: cp3*-*
7576
CIBW_SKIP: pp* *i686* *musllinux* *-macosx_universal2 *-manylinux_ppc64le *-manylinux_s390x

0 commit comments

Comments
 (0)