We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6a1ba commit 0185d10Copy full SHA for 0185d10
.github/workflows/unit-tests.yml
@@ -91,7 +91,7 @@ jobs:
91
LANG: ${{ matrix.lang || 'C.UTF-8' }}
92
LC_ALL: ${{ matrix.lc_all || '' }}
93
PANDAS_CI: '1'
94
- PANDAS_FUTURE_INFER_STRING: ${{ matrix.pandas_future_infer_string || '0' }}
+ PANDAS_FUTURE_INFER_STRING: ${{ matrix.pandas_future_infer_string || '1' }}
95
TEST_ARGS: ${{ matrix.test_args || '' }}
96
PYTEST_WORKERS: 'auto'
97
PYTEST_TARGET: ${{ matrix.pytest_target || 'pandas' }}
0 commit comments