From cab4411f45917b133c9892456b412a802d257630 Mon Sep 17 00:00:00 2001 From: Raphael Taylor-Davies Date: Thu, 19 Oct 2023 14:32:45 +0100 Subject: [PATCH] Add additional integration test dependencies --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 62d2d2cb1a06..8bfb59a2d995 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -88,8 +88,8 @@ jobs: with: path: rust fetch-depth: 0 - - name: Install pythonnet - run: conda run --no-capture-output pip install pythonnet + - name: Install pythonnet and jpype + run: conda run --no-capture-output pip install pythonnet jpype1 - name: Install archery run: conda run --no-capture-output pip install -e dev/archery[integration] - name: Make build directory