We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f659a commit 43fdee7Copy full SHA for 43fdee7
.github/workflows/unit-tests.yml
@@ -169,6 +169,9 @@ jobs:
169
- name: Build Pandas
170
id: build
171
uses: ./.github/actions/build_pandas
172
+ with:
173
+ # xref https://github.com/cython/cython/issues/6870
174
+ werror: ${{ matrix.name != 'Freethreading' }}
175
# TODO: Re-enable once Pypy has Pypy 3.10 on conda-forge
176
if: ${{ matrix.name != 'Pypy' }}
177
0 commit comments