From: Federico Caselli Date: Mon, 10 Jul 2023 20:25:13 +0000 (+0200) Subject: fix typo in test pipeline X-Git-Tag: rel_1_4_50~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=116a6ea1190b62eba18904f293d24d4207ea3303;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo in test pipeline Change-Id: I596c38cfcf56552deb913b494dd10ee4b1d68462 --- 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