From 0e240c7dd07cc78698a48ebba4aa3cf33a2bbf26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Morales?= Date: Tue, 21 Jan 2025 12:57:06 -0600 Subject: [PATCH] quotes --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 14a80c8..10fe9d9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install the library - run: pip install uv && uv pip install --system ".[dev]" fugue[dask,spark]>=0.8.1 dask<=2024.12.1 + run: pip install uv && uv pip install --system ".[dev]" fugue[dask,spark]>=0.8.1 "dask<=2024.12.1" - name: Run tests run: nbdev_test --do_print --timing --flags 'datasets distributed matplotlib polars pyarrow scipy'