We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f548714 commit 9363f9cCopy full SHA for 9363f9c
1 file changed
.github/workflows/python-package.yml
@@ -21,6 +21,9 @@ jobs:
21
with:
22
python-version: ${{ matrix.python-version }}
23
24
+ - name: Install system dependencies
25
+ run: sudo apt-get update && sudo apt-get install -y libfuse3-dev
26
+
27
- name: Install uv
28
uses: astral-sh/setup-uv@v3
29
0 commit comments