From 4e0e30050ef64a26315412f6f18c0f297157aca8 Mon Sep 17 00:00:00 2001 From: Mikel Larreategi Date: Thu, 21 Sep 2023 15:09:24 +0200 Subject: [PATCH] run on 2.7 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 847a57feb5..439fef9262 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,8 @@ on: [push] jobs: build: runs-on: ubuntu-20.04 - container: - image: python:2.7.18-buster + container: + image: python:2.7.18-buster strategy: fail-fast: false matrix: