This is an automated email from the ASF dual-hosted git repository.

tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 97a82c01d4 Fix integration tests (#4889)
97a82c01d4 is described below

commit 97a82c01d4e6d2e2ccada3452f4790fb4c688472
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Wed Oct 4 21:21:20 2023 +0100

    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 eca51a80c1..62d2d2cb1a 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 \

Reply via email to