Skip to content

Commit e8b92df

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

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/code-checks.yml

+9
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
env:
1414
ENV_FILE: environment.yml
1515
PANDAS_CI: 1
16+
PYTEST_TARGET: pandas
17+
COVERAGE: true
18+
test_args: "-W error::DeprecationWarning -W error::FutureWarning"
1619

1720
permissions:
1821
contents: read
@@ -160,6 +163,12 @@ jobs:
160163
- name: Show environment
161164
run: docker run --rm pandas-dev-env python -c "import pandas as pd; print(pd.show_versions())"
162165

166+
- name: Install requirements-dev.txt
167+
run: pip install -r requirements-dev.txt
168+
169+
- name: Test
170+
uses: ./.github/actions/run-tests
171+
163172
requirements-dev-text-installable:
164173
name: Test install requirements-dev.txt
165174
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)