Skip to content

Commit 02a6a52

Browse files
committed
Install fuse in CI
1 parent f548714 commit 02a6a52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323

24+
- name: Install system dependencies
25+
run: sudo apt-get update && sudo apt-get install -y libfuse-dev
26+
2427
- name: Install uv
2528
uses: astral-sh/setup-uv@v3
2629

0 commit comments

Comments
 (0)