Skip to content

Commit 9363f9c

Browse files
committed
Install fuse in CI
1 parent f548714 commit 9363f9c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.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 libfuse3-dev
26+
2427
- name: Install uv
2528
uses: astral-sh/setup-uv@v3
2629

0 commit comments

Comments
 (0)