Skip to content

Commit 45fd78c

Browse files
authored
Update .github/workflows/ci.yml
Signed-off-by: Patrick Ames <833518+pdames@users.noreply.github.com>
1 parent 3c29646 commit 45fd78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
python-version: ${{ matrix.python-version }}
8484
- name: Install dependencies
8585
run: uv sync --all-extras
86-
- name: Run distributed tests (distributed runner)
86+
- name: Run distributed tests (Daft distributed runner)
8787
run: uv run pytest -m "distributed" --tb=short
8888
env:
8989
DAFT_RUNNER: ${{ matrix.daft-runner }}

0 commit comments

Comments
 (0)