Skip to content

Commit

Permalink
Add step to run dask dataframe tests (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl authored Jan 19, 2024
1 parent 1fb05af commit 6721f53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
environment-file: [ci/environment.yml, ci/environment_released.yml]
environment-file: [ci/environment.yml]

steps:
- uses: actions/checkout@v2
Expand All @@ -45,5 +45,8 @@ jobs:
- name: Run tests
run: py.test -n auto --verbose --cov=dask_expr --cov-report=xml

- name: Run Dask DataFrame tests
run: python -c "import dask.dataframe as dd; dd.test_dataframe()"

- name: Coverage
uses: codecov/codecov-action@v3

0 comments on commit 6721f53

Please sign in to comment.