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 1717 PANDAS_CI : 1
1818 PATTERN : " not slow and not network and not clipboard"
1919 COVERAGE : true
20+ PYTEST_TARGET : pandas
2021
2122jobs :
2223 build :
2324 runs-on : ${{ matrix.os }}
2425 strategy :
2526 fail-fast : false
2627 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]
3329
3430 name : actions-310-dev
3531 timeout-minutes : 80
6763 python -c "import pandas; pandas.show_versions();"
6864
6965 - name : Test with pytest
70- env :
71- PYTEST_TARGET : ${{ matrix.pytest_target }}
7266 shell : bash
7367 run : |
7468 ci/run_tests.sh
You can’t perform that action at this time.
0 commit comments