We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62db5da commit 5b563ecCopy full SHA for 5b563ec
1 file changed
.github/workflows/pytest.yml
@@ -28,7 +28,8 @@ jobs:
28
python-version: ${{ matrix.python-version }}
29
30
- name: Install dependencies
31
- run: pip install -e ".[dev]"
+ run: |
32
+ pip install uv pytest && uv pip install --system ".[dev]" fugue[dask,spark]>=0.8.1 "dask<=2024.12.1"
33
34
- name: Install lightgbm on macOS
35
if: matrix.os == 'macos-latest'
0 commit comments