We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c520704 commit 15a4ae8Copy full SHA for 15a4ae8
1 file changed
.github/workflows/python-publish.yml
@@ -19,6 +19,8 @@ jobs:
19
20
- name: Install Poetry
21
run: |
22
+ sudo apt-get update
23
+ sudo apt-get install libfuse-dev pkg-config
24
curl -sSL https://install.python-poetry.org | python3 -
25
echo "$HOME/.local/bin" >> $GITHUB_PATH
26
0 commit comments