Skip to content

Commit b3adcb7

Browse files
authored
Merge pull request #1181 from github/RasmusWL/disable-python2-pipenv
Disable python2 + pipenv tests
2 parents f9bce02 + c8cb2b4 commit b3adcb7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/python-deps.yml

+6
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
# Python2 and poetry are not supported. See https://github.com/actions/setup-python/issues/374
3434
- python_version: 2
3535
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
3639

3740

3841
env:
@@ -135,6 +138,9 @@ jobs:
135138
# Python2 and poetry are not supported. See https://github.com/actions/setup-python/issues/374
136139
- python_version: 2
137140
python_deps_type: poetry
141+
# Python2 and pipenv are not supported since pipenv v2021.11.5
142+
- python_version: 2
143+
python_deps_type: pipenv
138144

139145
env:
140146
PYTHON_DEPS_TYPE: ${{ matrix.python_deps_type }}

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- In debug mode, debug artifacts are now uploaded even if a step in the Actions workflow fails. [#1159](https://github.com/github/codeql-action/pull/1159)
66
- Update default CodeQL bundle version to 2.10.3. [#1178](https://github.com/github/codeql-action/pull/1178)
7+
- The combination of python2 and Pipenv is no longer supported. [#1181](https://github.com/github/codeql-action/pull/1181)
78

89
## 2.1.18 - 03 Aug 2022
910

0 commit comments

Comments
 (0)