mirror of
https://github.com/github/codeql-action.git
synced 2026-04-01 17:22:19 +00:00
python-setup: Disable python2 tests on ubuntu-22.04
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user