Skip to content

Commit f3592a6

Browse files
authored
CI: Revert splitting 3.10 tests (#44280)
1 parent 5304048 commit f3592a6

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/python-dev.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,15 @@ env:
1717
PANDAS_CI: 1
1818
PATTERN: "not slow and not network and not clipboard"
1919
COVERAGE: true
20+
PYTEST_TARGET: pandas
2021

2122
jobs:
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
@@ -67,8 +63,6 @@ jobs:
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

0 commit comments

Comments
 (0)