Skip to content

CI: Revert splitting 3.10 tests #44280

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 6, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/workflows/python-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,15 @@ env:
PANDAS_CI: 1
PATTERN: "not slow and not network and not clipboard"
COVERAGE: true
PYTEST_TARGET: pandas

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest]
pytest_target: ["pandas/tests/[a-h]*", "pandas/tests/[i-z]*"]
include:
# No need to split tests on windows
- os: windows-latest
pytest_target: pandas
os: [ubuntu-latest, macOS-latest, windows-latest]

name: actions-310-dev
timeout-minutes: 80
Expand Down Expand Up @@ -67,8 +63,6 @@ jobs:
python -c "import pandas; pandas.show_versions();"

- name: Test with pytest
env:
PYTEST_TARGET: ${{ matrix.pytest_target }}
shell: bash
run: |
ci/run_tests.sh
Expand Down