Skip to content

Commit

Permalink
Disable python2 + pipenv tests
Browse files Browse the repository at this point in the history
Just like we did for poetry and Python 2 in github#1124

From looking at changelogs, Python2 has not been supported in Pipenv since [v2021.11.5](https://pipenv.pypa.io/en/latest/changelog/#id149)
  • Loading branch information
RasmusWL committed Aug 15, 2022
1 parent f9bce02 commit 909e2fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-deps.yml
Expand Up @@ -33,6 +33,9 @@ jobs:
# Python2 and poetry are not supported. See https://github.com/actions/setup-python/issues/374
- python_version: 2
python_deps_type: poetry
# Python2 and pipenv are not supported since pipenv v2021.11.5
- python_version: 2
python_deps_type: pipenv


env:
Expand Down Expand Up @@ -135,6 +138,9 @@ jobs:
# Python2 and poetry are not supported. See https://github.com/actions/setup-python/issues/374
- python_version: 2
python_deps_type: poetry
# Python2 and pipenv are not supported since pipenv v2021.11.5
- python_version: 2
python_deps_type: pipenv

env:
PYTHON_DEPS_TYPE: ${{ matrix.python_deps_type }}
Expand Down

0 comments on commit 909e2fd

Please sign in to comment.