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 39acd1c commit 6a697c6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
# os: ["windows-latest", "ubuntu-latest", "macos-latest"]
os: ["ubuntu-latest"]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]
query-planning: [true, false]

env:
Expand Down 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
7 changes: 5 additions & 2 deletions ci/environment-3.8.yaml → ci/environment-3.11.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: dask-ml-3.8
name: dask-ml-3.11
channels:
- conda-forge
- defaults
Expand All @@ -16,8 +16,11 @@ dependencies:
- pytest
- pytest-cov
- pytest-mock
- python=3.8.*
- python=3.11.*
- scikit-learn >=1.2.0
- 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 6a697c6

Please sign in to comment.