diff --git a/.github/workflows/python-deps.yml b/.github/workflows/python-deps.yml index 4a9ecbac0..bba319384 100644 --- a/.github/workflows/python-deps.yml +++ b/.github/workflows/python-deps.yml @@ -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: @@ -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 }}