From f4f2915de2bbf11e9dea894e2839c1c75462d46b Mon Sep 17 00:00:00 2001 From: Christoph Gerum Date: Fri, 23 Aug 2024 09:34:44 +0200 Subject: [PATCH] Disable 3.12 builds --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index db3d99f6..d2e945b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ RUN if [ "$target" == hannah ] || [ "$target" = "mlonmcu" ]; then\ fi # Install poetry using recommended method -RUN pip install poetry +RUN pip3 install poetry # Copy only requirements to cache them in docker layer