File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
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
21
20
22
21
jobs :
23
22
build :
@@ -26,12 +25,13 @@ jobs:
26
25
fail-fast : false
27
26
matrix :
28
27
os : [ubuntu-latest, macOS-latest, windows-latest]
28
+ pytest_target : ["pandas/tests/[a-h]*", "pandas/tests/[i-z]*"]
29
29
30
30
name : actions-310-dev
31
- timeout-minutes : 60
31
+ timeout-minutes : 80
32
32
33
33
concurrency :
34
- group : ${{ github.ref }}-${{ matrix.os }}-dev
34
+ group : ${{ github.ref }}-${{ matrix.os }}-${{ matrix.pytest_target }}- dev
35
35
cancel-in-progress : ${{github.event_name == 'pull_request'}}
36
36
37
37
steps :
63
63
python -c "import pandas; pandas.show_versions();"
64
64
65
65
- name : Test with pytest
66
+ env :
67
+ PYTEST_TARGET : ${{ matrix.pytest_target }}
66
68
shell : bash
67
69
run : |
68
70
ci/run_tests.sh
You can’t perform that action at this time.
0 commit comments