Skip to content

Commit

Permalink
Add dask-expr in env files, setting w/ dataframe.query-planning config
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Feb 29, 2024
1 parent 8d9c8b4 commit 6ffce5d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ jobs:
shell: bash -l {0}
run: source ci/install.sh

- name: Install dask-expr
if: ${{ matrix.query-planning }}
run: pip install dask-expr

- name: Run tests
shell: bash -l {0}
run: pytest -v
3 changes: 3 additions & 0 deletions ci/environment-3.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ dependencies:
- scipy
- sparse
- toolz
- pip
- pip:
- dask-expr
3 changes: 3 additions & 0 deletions ci/environment-3.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ dependencies:
- scipy
- sparse
- toolz
- pip
- pip:
- dask-expr
3 changes: 3 additions & 0 deletions ci/environment-3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ dependencies:
- scipy
- sparse
- toolz
- pip
- pip:
- dask-expr

0 comments on commit 6ffce5d

Please sign in to comment.