From cf589e1aeea78ce55f7af8adde0e025ed2581030 Mon Sep 17 00:00:00 2001 From: Lisa Julia Nebel Date: Mon, 2 Jun 2025 10:49:03 +0200 Subject: [PATCH] Use OPM-action to install poetry, instead of abatilo/actions-poetry so we do not depend on a third-party resource --- .github/workflows/python_scripts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_scripts.yml b/.github/workflows/python_scripts.yml index 435da63..563ec8d 100644 --- a/.github/workflows/python_scripts.yml +++ b/.github/workflows/python_scripts.yml @@ -32,7 +32,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Install poetry - uses: abatilo/actions-poetry@v2 + uses: OPM/actions-poetry@master - name: Install dependencies run: | cd python/sphinx_docs