Disable python2 + poetry
This commit is contained in:
parent
a965b69658
commit
8bfe3c6be5
2 changed files with 6 additions and 1 deletions
5
.github/workflows/python-deps.yml
vendored
5
.github/workflows/python-deps.yml
vendored
|
|
@ -18,6 +18,11 @@ jobs:
|
|||
os: [ubuntu-latest, macos-latest]
|
||||
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