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 f9bce02 commit 909e2fdCopy full SHA for 909e2fd
.github/workflows/python-deps.yml
@@ -33,6 +33,9 @@ jobs:
33
# Python2 and poetry are not supported. See https://github.com/actions/setup-python/issues/374
34
- python_version: 2
35
python_deps_type: poetry
36
+ # Python2 and pipenv are not supported since pipenv v2021.11.5
37
+ - python_version: 2
38
+ python_deps_type: pipenv
39
40
41
env:
@@ -135,6 +138,9 @@ jobs:
135
138
136
139
137
140
141
142
143
144
145
146
PYTHON_DEPS_TYPE: ${{ matrix.python_deps_type }}
0 commit comments