Adds poetry-plugin-export to Poetry installation step

This commit is contained in:
2025-04-27 09:43:24 +00:00
parent 93e67c0380
commit cef035329a

View File

@@ -25,6 +25,7 @@ jobs:
run: |
curl -sSL https://install.python-poetry.org | python3 -
echo "$HOME/.local/bin" >> $GITHUB_PATH
poetry self add poetry-plugin-export
- name: 🔧 Install Project Dependencies
run: |