ci: fix oldest-supported-dependencies test workflow #1623
test.yml
on: pull_request
Matrix: Linux-ROOT-dask-awkward
Matrix: Linux
Matrix: MacOS
Matrix: Windows
Annotations
5 errors
Linux (3.8, numpy==1.18.0, pyarrow)
Process completed with exit code 1.
|
MacOS (3.11):
tests/test_2616_use_pyarrow_for_strings.py#L930
test_split_whitespace
AssertionError: assert [[['', 'αβγ', '', ''], ['', '', '']], [], [['', '→δε←', '', ''], ['', 'ζz', 'zζ', '', ''], ['', 'abc', ' ']]] == [[['', 'αβγ', '', ''], ['', '', '']], [], [['', '→δε←', '', ''], ['', 'ζz', 'zζ', '', ''], ['', 'abc', '', '']]]
At index 2 diff: [['', '→δε←', '', ''], ['', 'ζz', 'zζ', '', ''], ['', 'abc', ' ']] != [['', '→δε←', '', ''], ['', 'ζz', 'zζ', '', ''], ['', 'abc', '', '']]
Full diff:
[
[['', 'αβγ', '', ''], ['', '', '']],
[],
- [['', '→δε←', '', ''], ['', 'ζz', 'zζ', '', ''], ['', 'abc', '', '']],
? ^^^^
+ [['', '→δε←', '', ''], ['', 'ζz', 'zζ', '', ''], ['', 'abc', ' ']],
? ^
]
|
MacOS (3.11)
Process completed with exit code 1.
|
MacOS (3.9)
The job was canceled because "_3_11" failed.
|
MacOS (3.9)
The operation was canceled.
|