python-setup: Disable python2 tests on ubuntu-22.04
This commit is contained in:
parent
8a893ddf18
commit
b2fc1e178e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/python-deps.yml
vendored
3
.github/workflows/python-deps.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue