From 5118c91fa07ab6bf63984cbfaf05a5bd05e4d274 Mon Sep 17 00:00:00 2001 From: Otto Fowler Date: Sun, 19 Jan 2025 17:21:34 -0500 Subject: [PATCH] try installing the poetry plugin with pip --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9afa19f..78677e7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,4 +16,5 @@ jobs: - run: pip install nox==2024.10.9 - run: pip install nox-poetry==1.1.0 - run: pip install poetry==2.0.1 + - run: pip install poetry-plugin-export==1.8 - run: nox --python ${{ matrix.python-version }}