mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-16 21:40:24 +00:00
added poetry setup
This commit is contained in:
parent
2c92aae797
commit
8c0fa517fb
1 changed files with 6 additions and 2 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
|
@ -26,10 +26,14 @@ jobs:
|
|||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: setup poetry
|
||||
uses: abatilo/actions-poetry@v2
|
||||
with:
|
||||
poetry-version: 1.2.2
|
||||
- name: install deps
|
||||
run: python -m pip install tox poetry tox-poetry
|
||||
run: poetry install
|
||||
- name: test
|
||||
run: tox -e test
|
||||
run: poetry run tox -e test
|
||||
- name: upload cov
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue