Skip to content

Commit

Permalink
Add additional integration test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Oct 19, 2023
1 parent f597d3a commit cab4411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cab4411

Please sign in to comment.