Skip to content

Commit 5b563ec

Browse files
committed
Revert "clean up pytest workflow"
This reverts commit 34dec56.
1 parent 62db5da commit 5b563ec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
python-version: ${{ matrix.python-version }}
2929

3030
- name: Install dependencies
31-
run: pip install -e ".[dev]"
31+
run: |
32+
pip install uv pytest && uv pip install --system ".[dev]" fugue[dask,spark]>=0.8.1 "dask<=2024.12.1"
3233
3334
- name: Install lightgbm on macOS
3435
if: matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)