From 3267f615fbf3be3aec0f8a1e5a5e029fb007f2db Mon Sep 17 00:00:00 2001 From: daywalker90 <8257956+daywalker90@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:48:09 +0100 Subject: [PATCH] CI: explicitly install poetry-plugin-export --- .ci/test.py | 1 + .github/workflows/main.yml | 1 + .github/workflows/nightly.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.ci/test.py b/.ci/test.py index 773624a14..cca58020e 100644 --- a/.ci/test.py +++ b/.ci/test.py @@ -16,6 +16,7 @@ "pytest", "pytest-xdist", "pytest-timeout", + "poetry-plugin-export", ] pip_opts = ["-qq"] diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5d059ede5..6be9ce46a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -169,6 +169,7 @@ jobs: pip3 install --user -U \ pip \ poetry \ + poetry-plugin-export \ wheel \ blinker \ pytest-custom-exit-code==0.3.0 \ diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index c31304a2a..ce9f945b6 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -67,6 +67,7 @@ jobs: pip3 install --user -U \ pip \ poetry \ + poetry-plugin-export \ wheel \ blinker \ pytest-custom-exit-code==0.3.0 \