Skip to content

Commit

Permalink
[backport 2.3.x] CI: remove usage of legacy NPY_PROMOTION_STATE (pand…
Browse files Browse the repository at this point in the history
…as-dev#60144) (pandas-dev#60153)

CI: remove usage of legacy NPY_PROMOTION_STATE (pandas-dev#60144)

(cherry picked from commit 4bbb3ce)
  • Loading branch information
jorisvandenbossche authored Oct 31, 2024
1 parent d4b3aa5 commit 409837a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ jobs:
TEST_ARGS: ${{ matrix.test_args || '' }}
PYTEST_WORKERS: ${{ matrix.pytest_workers || 'auto' }}
PYTEST_TARGET: ${{ matrix.pytest_target || 'pandas' }}
NPY_PROMOTION_STATE: ${{ matrix.env_file == 'actions-311-numpydev.yaml' && 'weak' || 'legacy' }}
# Clipboard tests
QT_QPA_PLATFORM: offscreen
REMOVE_PYARROW: ${{ matrix.name == 'Future infer strings (without pyarrow)' && '1' || '0' }}
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-311-pyarrownightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:

# required dependencies
- python-dateutil
- numpy<2
- numpy
# pytz 2024.2 timezones cause wrong results
- pytz<2024.2
- pip
Expand Down

0 comments on commit 409837a

Please sign in to comment.