From 95717f4d7a4adfa76286e433cedcfdb3ba8136f6 Mon Sep 17 00:00:00 2001 From: Will Jones Date: Mon, 22 Jul 2024 11:36:02 -0700 Subject: [PATCH] ci: add ray to integration test ci job --- .github/workflows/python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index df6e712cfa..6047bc7649 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -218,7 +218,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.11" # TODO: upgrade when ray supports 3.12 - uses: Swatinem/rust-cache@v2 with: workspaces: python @@ -226,7 +226,7 @@ jobs: - uses: ./.github/workflows/build_linux_wheel - name: Install dependencies run: - pip install torch --index-url https://download.pytorch.org/whl/cpu + pip install ray[data] torch --index-url https://download.pytorch.org/whl/cpu - uses: ./.github/workflows/run_integtests # Make sure wheels are not included in the Rust cache - name: Delete wheels