File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 17
17
PANDAS_CI : 1
18
18
PATTERN : " not slow and not network and not clipboard"
19
19
COVERAGE : true
20
+ PYTEST_TARGET : pandas
20
21
21
22
jobs :
22
23
build :
23
24
runs-on : ${{ matrix.os }}
24
25
strategy :
25
26
fail-fast : false
26
27
matrix :
27
- os : [ubuntu-latest, macOS-latest]
28
- pytest_target : ["pandas/tests/[a-h]*", "pandas/tests/[i-z]*"]
29
- include :
30
- # No need to split tests on windows
31
- - os : windows-latest
32
- pytest_target : pandas
28
+ os : [ubuntu-latest, macOS-latest, windows-latest]
33
29
34
30
name : actions-310-dev
35
31
timeout-minutes : 80
67
63
python -c "import pandas; pandas.show_versions();"
68
64
69
65
- name : Test with pytest
70
- env :
71
- PYTEST_TARGET : ${{ matrix.pytest_target }}
72
66
shell : bash
73
67
run : |
74
68
ci/run_tests.sh
You can’t perform that action at this time.
0 commit comments