Skip to content

Commit b2fc1e1

Browse files
committed
python-setup: Disable python2 tests on ubuntu-22.04
1 parent 8a893dd commit b2fc1e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-deps.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
# Python2 and pipenv are not supported since pipenv v2021.11.5
3737
- python_version: 2
3838
python_deps_type: pipenv
39+
# Python2 is not available on ubuntu-22.04 by default -- see https://github.com/github/codeql-action/pull/1257
40+
- python_version: 2
41+
os: ubuntu-22.04
3942

4043

4144
env:

0 commit comments

Comments
 (0)