Adds poetry-plugin-export to Poetry installation step
This commit is contained in:
1
.github/workflows/build-deb.yml
vendored
1
.github/workflows/build-deb.yml
vendored
@@ -25,6 +25,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
curl -sSL https://install.python-poetry.org | python3 -
|
curl -sSL https://install.python-poetry.org | python3 -
|
||||||
echo "$HOME/.local/bin" >> $GITHUB_PATH
|
echo "$HOME/.local/bin" >> $GITHUB_PATH
|
||||||
|
poetry self add poetry-plugin-export
|
||||||
|
|
||||||
- name: 🔧 Install Project Dependencies
|
- name: 🔧 Install Project Dependencies
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user