From 475aa06f6a36b8460b5fd79575588c07373787fc Mon Sep 17 00:00:00 2001 From: Arnault Chazareix Date: Sun, 29 Dec 2024 01:01:02 +0100 Subject: [PATCH] chore: add poetry plugin export to ci --- .github/workflows/actions/install_dependencies/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/actions/install_dependencies/action.yml b/.github/workflows/actions/install_dependencies/action.yml index 1233878..4a2ecba 100644 --- a/.github/workflows/actions/install_dependencies/action.yml +++ b/.github/workflows/actions/install_dependencies/action.yml @@ -25,6 +25,8 @@ runs: virtualenvs-create: true virtualenvs-in-project: false installer-parallel: true + plugins: | + poetry-plugin-export - uses: actions/setup-python@v5 with: python-version: ${{ inputs.python_version }}