File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
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 :
@@ -25,13 +26,12 @@ jobs:
2526 fail-fast : false
2627 matrix :
2728 os : [ubuntu-latest, macOS-latest, windows-latest]
28- pytest_target : ["pandas/tests/[a-h]*", "pandas/tests/[i-z]*"]
2929
3030 name : actions-310-dev
31- timeout-minutes : 80
31+ timeout-minutes : 60
3232
3333 concurrency :
34- group : ${{ github.ref }}-${{ matrix.os }}-${{ matrix.pytest_target }}- dev
34+ group : ${{ github.ref }}-${{ matrix.os }}-dev
3535 cancel-in-progress : ${{github.event_name == 'pull_request'}}
3636
3737 steps :
6363 python -c "import pandas; pandas.show_versions();"
6464
6565 - name : Test with pytest
66- env :
67- PYTEST_TARGET : ${{ matrix.pytest_target }}
6866 shell : bash
6967 run : |
7068 ci/run_tests.sh
You can’t perform that action at this time.
0 commit comments