We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c29646 commit 45fd78cCopy full SHA for 45fd78c
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
python-version: ${{ matrix.python-version }}
84
- name: Install dependencies
85
run: uv sync --all-extras
86
- - name: Run distributed tests (distributed runner)
+ - name: Run distributed tests (Daft distributed runner)
87
run: uv run pytest -m "distributed" --tb=short
88
env:
89
DAFT_RUNNER: ${{ matrix.daft-runner }}
0 commit comments