From 6ffce5d7e73f476d3829b2521862f7dce70fd463 Mon Sep 17 00:00:00 2001 From: Miles Granger Date: Thu, 29 Feb 2024 13:11:08 +0100 Subject: [PATCH] Add dask-expr in env files, setting w/ dataframe.query-planning config --- .github/workflows/tests.yaml | 4 ---- ci/environment-3.10.yaml | 3 +++ ci/environment-3.8.yaml | 3 +++ ci/environment-3.9.yaml | 3 +++ 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5df20f25f..01e51d2fd 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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 diff --git a/ci/environment-3.10.yaml b/ci/environment-3.10.yaml index d1634e443..93174be0b 100644 --- a/ci/environment-3.10.yaml +++ b/ci/environment-3.10.yaml @@ -21,3 +21,6 @@ dependencies: - scipy - sparse - toolz + - pip + - pip: + - dask-expr diff --git a/ci/environment-3.8.yaml b/ci/environment-3.8.yaml index 2e14d252f..bc496b009 100644 --- a/ci/environment-3.8.yaml +++ b/ci/environment-3.8.yaml @@ -21,3 +21,6 @@ dependencies: - scipy - sparse - toolz + - pip + - pip: + - dask-expr diff --git a/ci/environment-3.9.yaml b/ci/environment-3.9.yaml index a700fe2cf..b3fedfb37 100644 --- a/ci/environment-3.9.yaml +++ b/ci/environment-3.9.yaml @@ -21,3 +21,6 @@ dependencies: - scipy - sparse - toolz + - pip + - pip: + - dask-expr