From 2fc334db0d6cbcf4e1a0400181aa38edb3ff8599 Mon Sep 17 00:00:00 2001 From: Olivier Grisel Date: Fri, 20 May 2022 15:11:55 +0200 Subject: [PATCH] Fix downstream CI (#471) --- .github/workflows/testing.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 72c7d9ea..925aa306 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -99,14 +99,14 @@ 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 + TEST_REQUIREMENTS: cryptography pytest pytest-asyncio<0.14.0 pytest-timeout pytest-rerunfailures numpy pandas mock bokeh fsspec>=0.3.3 aiohttp pyarrow PROJECT_URL: https://github.com/dask/distributed.git strategy: matrix: - python_version: [3.7] + python_version: ["3.10"] steps: - uses: actions/checkout@v1 - - name: Set up Python 3.7 + - name: Set up Python uses: actions/setup-python@v1 with: python-version: ${{ matrix.python_version }} @@ -135,10 +135,10 @@ jobs: PROJECT_URL: https://github.com/joblib/joblib.git strategy: matrix: - python_version: [3.7] + python_version: ["3.10"] steps: - uses: actions/checkout@v1 - - name: Set up Python 3.7 + - name: Set up Python uses: actions/setup-python@v1 with: python-version: ${{ matrix.python_version }} @@ -163,10 +163,10 @@ jobs: PROJECT_URL: https://github.com/joblib/loky.git strategy: matrix: - python_version: [3.7] + python_version: ["3.10"] steps: - uses: actions/checkout@v1 - - name: Set up Python 3.7 + - name: Set up Python uses: actions/setup-python@v1 with: python-version: ${{ matrix.python_version }} @@ -188,10 +188,10 @@ jobs: PROJECT: ray strategy: matrix: - python_version: [3.8] + python_version: ["3.10"] steps: - uses: actions/checkout@v1 - - name: Set up Python 3.8 + - name: Set up Python uses: actions/setup-python@v1 with: python-version: ${{ matrix.python_version }} @@ -200,7 +200,7 @@ jobs: python -m pip install --upgrade -r dev-requirements.txt python -m pip install setproctitle psutil # from https://docs.ray.io/en/master/development.html#building-ray - pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-2.0.0.dev0-cp38-cp38-manylinux2014_x86_64.whl + pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-2.0.0.dev0-cp310-cp310-manylinux2014_x86_64.whl pushd .. git clone https://github.com/ray-project/ray.git pushd ray