We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b3aa5 commit 409837aCopy full SHA for 409837a
.github/workflows/unit-tests.yml
@@ -117,7 +117,6 @@ jobs:
117
TEST_ARGS: ${{ matrix.test_args || '' }}
118
PYTEST_WORKERS: ${{ matrix.pytest_workers || 'auto' }}
119
PYTEST_TARGET: ${{ matrix.pytest_target || 'pandas' }}
120
- NPY_PROMOTION_STATE: ${{ matrix.env_file == 'actions-311-numpydev.yaml' && 'weak' || 'legacy' }}
121
# Clipboard tests
122
QT_QPA_PLATFORM: offscreen
123
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
# pytz 2024.2 timezones cause wrong results
23
- pytz<2024.2
24
- pip
0 commit comments