diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 2fc75e68..033d4dbd 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -62,10 +62,14 @@ jobs: steps: - name: checkout uses: actions/checkout@v3 + - uses: actions/setup-python@v5 + with: + python-version: '3.10' - name: Install Poetry uses: abatilo/actions-poetry@v2 with: poetry-version: ${{ env.POETRY_VERSION }} + poetry-plugins: "poetry-plugin-export" - name: Add requirement.txt run: | poetry export -f requirements.txt --output requirements.txt --without-hashes