Skip to content

Commit 15a4ae8

Browse files
authored
Add requirements to install fuse for workflow
1 parent c520704 commit 15a4ae8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919

2020
- name: Install Poetry
2121
run: |
22+
sudo apt-get update
23+
sudo apt-get install libfuse-dev pkg-config
2224
curl -sSL https://install.python-poetry.org | python3 -
2325
echo "$HOME/.local/bin" >> $GITHUB_PATH
2426

0 commit comments

Comments
 (0)