Skip to content

Commit 564f155

Browse files
committed
Added pre-commit
1 parent 0edfa21 commit 564f155

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
branch: ${{ inputs.branch }}
2727
date: ${{ inputs.date }}
2828
sha: ${{ inputs.sha }}
29-
script: scripts/run.sh
29+
script: scripts/run.sh

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
dask
2-
distributed
2+
distributed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ This repository contains the scripts to run Dask's `gpu`-marked tests on a sched
66

77
The primary goal here is to quickly identify breakages in tests defined in `dask/dask` and `dask/distributed`, so we'll use the latest `main` from each of those.
88

9-
When breakages occur, they'll generally be fixed either in Dask or in the the nightly versions of the downstream packages (rapids, cupy, numba, etc.). And so we install the nightly (rather than `latest`) version of the downstream packages.
9+
When breakages occur, they'll generally be fixed either in Dask or in the the nightly versions of the downstream packages (rapids, cupy, numba, etc.). And so we install the nightly (rather than `latest`) version of the downstream packages.

scripts/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ pip uninstall dask distributed
3333
cd dask && git clean -fdx && git checkout $DASK_VERSION && pip install -e .[test] && cd ..
3434
cd distributed && git clean -fdx && git checkout $DASK_VERSION && pip install -e . && cd ..
3535

36-
./scripts/test.sh
36+
./scripts/test.sh

0 commit comments

Comments
 (0)