Skip to content

Commit

Permalink
Use python 3.9 for upstream cluster testing [test-upstream]
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed Jun 1, 2022
1 parent 92a240f commit 4ca56e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/cluster-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ version: '3'
services:
dask-scheduler:
container_name: dask-scheduler
image: daskdev/dask:dev
image: daskdev/dask:dev-py3.9
command: dask-scheduler
ports:
- "8786:8786"
dask-worker:
container_name: dask-worker
image: daskdev/dask:dev
image: daskdev/dask:dev-py3.9
command: dask-worker dask-scheduler:8786
environment:
USE_MAMBA: "true"
Expand Down

0 comments on commit 4ca56e8

Please sign in to comment.