From 97aab680b27502df4e8a893a3618f23bd55a34de Mon Sep 17 00:00:00 2001 From: Lucas ONeil Date: Mon, 6 Jan 2025 14:00:32 -0800 Subject: [PATCH] chart test poetry pin Signed-off-by: Lucas ONeil --- .github/workflows/controller_unittests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/controller_unittests.yml b/.github/workflows/controller_unittests.yml index 323cab08..c21e647f 100644 --- a/.github/workflows/controller_unittests.yml +++ b/.github/workflows/controller_unittests.yml @@ -24,7 +24,7 @@ jobs: - name: Install dependencies working-directory: ./oidc-controller run: | - pip3 install --no-cache-dir poetry + pip3 install --no-cache-dir poetry==1.8.3 poetry install - name: Lint with black working-directory: ./oidc-controller