From 3a5b84d1f9d70e06f437c4b922ebcb3e2052d3da Mon Sep 17 00:00:00 2001 From: Joel Falknau Date: Sat, 24 Aug 2024 13:42:55 +1000 Subject: [PATCH] remove \u2060 from image name --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc8a1370..2c0e7f76 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -89,7 +89,7 @@ test-3.12-core: test-3.13-core: <<: *only-default - image: python:3.13-rc-bookworm⁠ + image: python:3.13-rc-bookworm script: - tox -e py313-core artifacts: @@ -139,7 +139,7 @@ test-3.12-all: test-3.13-all: <<: *only-default - image: python:3.13-rc-bookworm⁠ + image: python:3.13-rc-bookworm script: - tox -e py313-all artifacts: