From 8974241112efa11d1d0e2662a540d17926ac286e Mon Sep 17 00:00:00 2001 From: Christoph Gerum Date: Thu, 22 Aug 2024 19:11:41 +0200 Subject: [PATCH] Build hannah images without python version --- .github/workflows/publish_images.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish_images.yml b/.github/workflows/publish_images.yml index 2a9ff9b0..057a07e8 100644 --- a/.github/workflows/publish_images.yml +++ b/.github/workflows/publish_images.yml @@ -40,10 +40,10 @@ jobs: target: - python python_version: - - 3.9 - - 3.10 - - 3.11 - - 3.12 + - '3.9' + - '3.10' + - '3.11' + - '3.12' #include: # - target: hannah # python_version: 3.12 # THis is ignored