Skip to content

Commit

Permalink
Don't ignore missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Oct 9, 2024
1 parent dcd34d1 commit af80c4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,7 @@ jobs:
-w {dest_dir} \
-v {wheel} \
--exclude libarrow_python.dylib \
--exclude libarrow.1601.dylib \
--ignore-missing-dependencies
--exclude libarrow.1601.dylib
- name: Upload wheel artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit af80c4b

Please sign in to comment.