Skip to content

Commit 0896a2f

Browse files
committed
Add CI job
1 parent bd953a2 commit 0896a2f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
# Prevent the include jobs from overriding other jobs
3232
pattern: [""]
3333
pandas_future_infer_string: ["1"]
34+
pandas_future_python_scalars: ["0"]
3435
include:
3536
- name: "Downstream Compat"
3637
env_file: actions-313-downstream_compat.yaml
@@ -75,6 +76,10 @@ jobs:
7576
env_file: actions-313.yaml
7677
pandas_future_infer_string: "0"
7778
platform: ubuntu-24.04
79+
- name: "PANDAS_FUTURE_PYTHON_SCALARS=1"
80+
env_file: actions-313.yaml
81+
pandas_future_python_scalars: "1"
82+
platform: ubuntu-24.04
7883
- name: "Numpy Dev"
7984
env_file: actions-313-numpydev.yaml
8085
pattern: "not slow and not network and not single_cpu"
@@ -92,6 +97,7 @@ jobs:
9297
LC_ALL: ${{ matrix.lc_all || '' }}
9398
PANDAS_CI: '1'
9499
PANDAS_FUTURE_INFER_STRING: ${{ matrix.pandas_future_infer_string || '1' }}
100+
PANDAS_FUTURE_PYTHON_SCALARS: ${{ matrix.pandas_future_python_scalars || '0' }}
95101
TEST_ARGS: ${{ matrix.test_args || '' }}
96102
PYTEST_WORKERS: 'auto'
97103
PYTEST_TARGET: ${{ matrix.pytest_target || 'pandas' }}

0 commit comments

Comments
 (0)