Skip to content

WIP: sketching testing #1

WIP: sketching testing

WIP: sketching testing #1

Workflow file for this run

on:
# TODO: change to cron-based schedule one this is working
push:
branches:
- main
jobs:
test:
name: "Test dask and distributed"
# TODO: change to appropriate repo
runs-on: ubuntu:latest
steps:
- name: Checkout dask
uses: actions/checkout@v4
with:
repository: dask/dask
path: dask
- name: Checkout distributed
uses: actions/checkout@v4
with:
repository: dask/distributed
path: distributed
- name: Run
run: |
cd dask
git rev-parse HEAD
cd ../distributed
git rev-parse HEAD