We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6566ce7 commit 19cd430Copy full SHA for 19cd430
1 file changed
.github/workflows/ci.yaml
@@ -43,7 +43,7 @@ jobs:
43
with:
44
submodules: true
45
- uses: astral-sh/setup-uv@v5
46
- - uses: pypa/cibuildwheel@v2.23.0
+ - uses: pypa/cibuildwheel@v2.23.1
47
env:
48
MNE_LSL_LIBLSL_BUILD_UNITTESTS: ${{ (github.event_name != 'pull_request' || contains(needs.get_commit_message.outputs.commit_message, '[liblsl]')) && '1' || '0' }}
49
- uses: actions/upload-artifact@v4
@@ -71,7 +71,7 @@ jobs:
71
72
platforms: ${{ matrix.arch }}
73
74
75
76
CIBW_ARCHS: ${{ matrix.arch }}
77
MNE_LSL_LIBLSL_BUILD_UNITTESTS: 0
0 commit comments