Skip to content

Commit

Permalink
python-setup: Disable python2 tests on ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusWL committed Sep 21, 2022
1 parent 8a893dd commit b2fc1e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b2fc1e1

Please sign in to comment.