Skip to content

Commit ddc407b

Browse files
committed
CI: Test development container
1 parent 6d89d8c commit ddc407b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/code-checks.yml

+10
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ on:
1111
- 2.0.x
1212

1313
env:
14+
COVERAGE: true
1415
ENV_FILE: environment.yml
1516
PANDAS_CI: 1
17+
PYTEST_TARGET: pandas
18+
PYTEST_WORKERS: 'auto'
19+
PATTERN: "not slow and not db and not network and not single_cpu"
1620

1721
permissions:
1822
contents: read
@@ -160,6 +164,12 @@ jobs:
160164
- name: Show environment
161165
run: docker run --rm pandas-dev-env python -c "import pandas as pd; print(pd.show_versions())"
162166

167+
- name: Install requirements-dev.txt
168+
run: pip install -r requirements-dev.txt
169+
170+
- name: Test
171+
uses: ./.github/actions/run-tests
172+
163173
requirements-dev-text-installable:
164174
name: Test install requirements-dev.txt
165175
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)