From 72225ac28d1c91542f2c8be209b007b57658eedc Mon Sep 17 00:00:00 2001 From: Raphael Taylor-Davies Date: Wed, 4 Oct 2023 13:09:11 +0100 Subject: [PATCH] Fix integration tests --- .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 aaf39d22bbce..f0230ac975c4 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -87,6 +87,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 @@ -101,8 +105,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 \