We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1ca9d commit 4bbb3ceCopy full SHA for 4bbb3ce
.github/workflows/unit-tests.yml
@@ -86,7 +86,6 @@ 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' }}
ci/deps/actions-311-pyarrownightly.yaml
@@ -18,7 +18,7 @@ dependencies:
18
19
# required dependencies
20
- python-dateutil
21
- - numpy<2
+ - numpy
22
- pip
23
24
- pip:
0 commit comments