We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a893dd commit b2fc1e1Copy full SHA for b2fc1e1
.github/workflows/python-deps.yml
@@ -36,6 +36,9 @@ jobs:
36
# Python2 and pipenv are not supported since pipenv v2021.11.5
37
- python_version: 2
38
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
42
43
44
env:
0 commit comments