mirror of
https://github.com/cmur2/kube-stale-resources.git
synced 2025-06-29 20:30:24 +02:00
module: adopt Poetry dependency manager
This commit is contained in:
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -16,14 +16,8 @@ jobs:
|
||||
python-version: 3.8
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pipenv
|
||||
pipenv install --dev --deploy
|
||||
- name: Formatting
|
||||
run: |
|
||||
# check that the source files are formatted correctly
|
||||
pipenv run yapf -q *.py
|
||||
pip install poetry
|
||||
poetry install
|
||||
- name: Linting
|
||||
run: |
|
||||
pipenv run mypy *.py
|
||||
pipenv run pylint *.py
|
||||
make lint
|
||||
|
Reference in New Issue
Block a user