mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-26 05:23:42 +00:00
added poetry cache
This commit is contained in:
parent
8c0fa517fb
commit
947c5d23cc
2 changed files with 3 additions and 3 deletions
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
|
|
@ -12,6 +12,7 @@ jobs:
|
|||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
cache: poetry
|
||||
|
||||
- name: Setup Poetry
|
||||
uses: snok/install-poetry@v1
|
||||
|
|
|
|||
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -26,10 +26,9 @@ jobs:
|
|||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
cache: poetry
|
||||
- name: setup poetry
|
||||
uses: abatilo/actions-poetry@v2
|
||||
with:
|
||||
poetry-version: 1.2.2
|
||||
uses: snok/install-poetry@v1
|
||||
- name: install deps
|
||||
run: poetry install
|
||||
- name: test
|
||||
|
|
|
|||
Loading…
Reference in a new issue