Skip to content

Commit

Permalink
ci: Allow install a non-debian-packaged Python package (#666)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Oct 13, 2024
1 parent ae6d095 commit 8b20ce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bindings_python_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install tools
run: |
pip install ruff
pip install ruff --break-system-packages
- name: Check format
working-directory: "bindings/python"
run: |
Expand Down Expand Up @@ -78,6 +78,6 @@ jobs:
shell: bash
run: |
set -e
pip install hatch==1.12.0
pip install hatch==1.12.0 --break-system-packages
hatch run dev:pip install dist/pyiceberg_core-*.whl --force-reinstall
hatch run dev:test

0 comments on commit 8b20ce7

Please sign in to comment.