Skip to content

Commit 74078cd

Browse files
authored
Revert "Backport PR #44204: CI: Python Dev build (#44208)"
This reverts commit 5fb45c9.
1 parent f12f1d6 commit 74078cd

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/python-dev.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ 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:
@@ -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:
@@ -63,8 +63,6 @@ jobs:
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

0 commit comments

Comments
 (0)