diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 62d2d2cb1a0..8bfb59a2d99 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