Update CHANGELOG.md
This commit is contained in:
parent
8bfe3c6be5
commit
934c0340a7
2 changed files with 5 additions and 1 deletions
4
.github/workflows/python-deps.yml
vendored
4
.github/workflows/python-deps.yml
vendored
|
|
@ -120,6 +120,10 @@ jobs:
|
|||
matrix:
|
||||
python_deps_type: [pipenv, poetry, requirements, setup_py]
|
||||
python_version: [2, 3]
|
||||
exclude:
|
||||
# Python2 and poetry are not supported. See https://github.com/actions/setup-python/issues/374
|
||||
- python_version: 2
|
||||
python_deps_type: poetry
|
||||
|
||||
env:
|
||||
PYTHON_DEPS_TYPE: ${{ matrix.python_deps_type }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue