From 7909671b0a331ad4efe0046aea1505d50d2d49f6 Mon Sep 17 00:00:00 2001 From: James Bourbeau Date: Fri, 20 May 2022 13:40:01 -0500 Subject: [PATCH 1/2] Install development version of dask in downstream tests --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 925aa306..c60f0d2d 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -99,7 +99,7 @@ jobs: if: "contains(github.event.pull_request.labels.*.name, 'ci distributed') || contains(github.event.pull_request.labels.*.name, 'ci downstream')" env: PROJECT: distributed - TEST_REQUIREMENTS: cryptography pytest pytest-asyncio<0.14.0 pytest-timeout pytest-rerunfailures numpy pandas mock bokeh fsspec>=0.3.3 aiohttp pyarrow + TEST_REQUIREMENTS: cryptography pytest pytest-asyncio<0.14.0 pytest-timeout pytest-rerunfailures numpy pandas mock bokeh fsspec>=0.3.3 aiohttp pyarrow git+https://github.com/dask/dask PROJECT_URL: https://github.com/dask/distributed.git strategy: matrix: From a6643c0c0dbb60f9d5cf9fe4ec23231ffb41feb8 Mon Sep 17 00:00:00 2001 From: Olivier Grisel Date: Fri, 20 May 2022 20:57:53 +0200 Subject: [PATCH 2/2] Empty commit