Skip to content

Commit

Permalink
Fix integration tests (#4889)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold authored Oct 4, 2023
1 parent f0455d1 commit 97a82c0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 \
Expand Down

0 comments on commit 97a82c0

Please sign in to comment.