Skip to content

Commit 43fdee7

Browse files
authored
Update unit-tests.yml
1 parent f3f659a commit 43fdee7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@ jobs:
169169
- name: Build Pandas
170170
id: build
171171
uses: ./.github/actions/build_pandas
172+
with:
173+
# xref https://github.com/cython/cython/issues/6870
174+
werror: ${{ matrix.name != 'Freethreading' }}
172175
# TODO: Re-enable once Pypy has Pypy 3.10 on conda-forge
173176
if: ${{ matrix.name != 'Pypy' }}
174177

0 commit comments

Comments
 (0)