Skip to content

Commit 409837a

Browse files
[backport 2.3.x] CI: remove usage of legacy NPY_PROMOTION_STATE (#60144) (#60153)
CI: remove usage of legacy NPY_PROMOTION_STATE (#60144) (cherry picked from commit 4bbb3ce)
1 parent d4b3aa5 commit 409837a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/unit-tests.yml

-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ jobs:
117117
TEST_ARGS: ${{ matrix.test_args || '' }}
118118
PYTEST_WORKERS: ${{ matrix.pytest_workers || 'auto' }}
119119
PYTEST_TARGET: ${{ matrix.pytest_target || 'pandas' }}
120-
NPY_PROMOTION_STATE: ${{ matrix.env_file == 'actions-311-numpydev.yaml' && 'weak' || 'legacy' }}
121120
# Clipboard tests
122121
QT_QPA_PLATFORM: offscreen
123122
REMOVE_PYARROW: ${{ matrix.name == 'Future infer strings (without pyarrow)' && '1' || '0' }}

ci/deps/actions-311-pyarrownightly.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818

1919
# required dependencies
2020
- python-dateutil
21-
- numpy<2
21+
- numpy
2222
# pytz 2024.2 timezones cause wrong results
2323
- pytz<2024.2
2424
- pip

0 commit comments

Comments
 (0)