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