mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-20 15:20:24 +00:00
removed cache
This commit is contained in:
parent
947c5d23cc
commit
496b7dddcd
2 changed files with 0 additions and 2 deletions
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
|
|
@ -12,7 +12,6 @@ jobs:
|
|||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
cache: poetry
|
||||
|
||||
- name: Setup Poetry
|
||||
uses: snok/install-poetry@v1
|
||||
|
|
|
|||
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -26,7 +26,6 @@ jobs:
|
|||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
cache: poetry
|
||||
- name: setup poetry
|
||||
uses: snok/install-poetry@v1
|
||||
- name: install deps
|
||||
|
|
|
|||
Loading…
Reference in a new issue