From 97a82c01d4e6d2e2ccada3452f4790fb4c688472 Mon Sep 17 00:00:00 2001 From: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com> Date: Wed, 4 Oct 2023 21:21:20 +0100 Subject: [PATCH] Fix integration tests (#4889) --- .github/workflows/integration.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index eca51a80c164..62d2d2cb1a06 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -88,6 +88,10 @@ jobs: with: path: rust fetch-depth: 0 + - name: Install pythonnet + run: conda run --no-capture-output pip install pythonnet + - name: Install archery + run: conda run --no-capture-output pip install -e dev/archery[integration] - name: Make build directory run: mkdir /build - name: Build Rust @@ -102,8 +106,6 @@ jobs: run: conda run --no-capture-output ci/scripts/java_build.sh $PWD /build - name: Build JS run: conda run --no-capture-output ci/scripts/js_build.sh $PWD /build - - name: Install archery - run: conda run --no-capture-output pip install -e dev/archery - name: Run integration tests run: | conda run --no-capture-output archery integration \