From b2fc1e178e0d4698fbfe13a3dacbd46e1f0dbe23 Mon Sep 17 00:00:00 2001 From: Rasmus Wriedt Larsen Date: Wed, 21 Sep 2022 14:53:59 +0200 Subject: [PATCH] python-setup: Disable python2 tests on ubuntu-22.04 --- .github/workflows/python-deps.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/python-deps.yml b/.github/workflows/python-deps.yml index a17d6723df..9f43459dac 100644 --- a/.github/workflows/python-deps.yml +++ b/.github/workflows/python-deps.yml @@ -36,6 +36,9 @@ jobs: # Python2 and pipenv are not supported since pipenv v2021.11.5 - python_version: 2 python_deps_type: pipenv + # Python2 is not available on ubuntu-22.04 by default -- see https://github.com/github/codeql-action/pull/1257 + - python_version: 2 + os: ubuntu-22.04 env: