File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
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 :
@@ -25,13 +26,12 @@ jobs:
25
26
fail-fast : false
26
27
matrix :
27
28
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 : 80
31
+ timeout-minutes : 60
32
32
33
33
concurrency :
34
- group : ${{ github.ref }}-${{ matrix.os }}-${{ matrix.pytest_target }}- dev
34
+ group : ${{ github.ref }}-${{ matrix.os }}-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 }}
68
66
shell : bash
69
67
run : |
70
68
ci/run_tests.sh
You can’t perform that action at this time.
0 commit comments