From 116a6ea1190b62eba18904f293d24d4207ea3303 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Mon, 10 Jul 2023 22:25:13 +0200 Subject: [PATCH] fix typo in test pipeline Change-Id: I596c38cfcf56552deb913b494dd10ee4b1d68462 --- .github/workflows/run-test.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index c85f5043d3..bea6fd90cf 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -54,8 +54,6 @@ jobs: # add aiosqlite on linux - os: "ubuntu-latest" pytest-args: "--dbdriver pysqlite --dbdriver aiosqlite" - - os: "ubuntu-20.04" - pytest-args: "--dbdriver pysqlite --dbdriver aiosqlite" exclude: # linux and osx do not have x86 python -- 2.47.3