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 aadb59c commit 4fcf438Copy full SHA for 4fcf438
.github/workflows/unit-tests.yml
@@ -86,6 +86,7 @@ jobs:
86
TEST_ARGS: ${{ matrix.test_args || '' }}
87
PYTEST_WORKERS: 'auto'
88
PYTEST_TARGET: ${{ matrix.pytest_target || 'pandas' }}
89
+ NPY_PROMOTION_STATE: ${{ matrix.env_file == 'actions-311-numpydev.yaml' && 'weak' || 'legacy' }}
90
# Clipboard tests
91
QT_QPA_PLATFORM: offscreen
92
REMOVE_PYARROW: ${{ matrix.name == 'Future infer strings (without pyarrow)' && '1' || '0' }}
0 commit comments