Skip to content

Commit

Permalink
only install crossbow
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Apr 5, 2024
1 parent d0ae47c commit d59c5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
echo "ARROW_RC_NUM=${rc_num}" >> ${GITHUB_ENV}
- name: Setup Archery
run: |
python3 -m pip install -e dev/archery
python3 -m pip install -e dev/archery[crossbow]
- name: Download artifacts
# Download the MLTBX file associated with the crossbow job ID.
run: |
Expand Down

0 comments on commit d59c5c5

Please sign in to comment.