workflows: remove poetry cache

This commit is contained in:
Dmitry Belyaev 2022-06-03 15:55:50 +03:00
parent 7582cba1dd
commit 8eaafc9925
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
2 changed files with 0 additions and 10 deletions

View File

@ -27,11 +27,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Upgrade pip
run: python -m pip install --upgrade pip
- name: Load cached Poetry installation
uses: actions/cache@v3.0.1
with:
path: ~/.local
key: poetry-1
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install deps

View File

@ -15,11 +15,6 @@ jobs:
python-version: '3.x'
- name: Upgrade pip
run: python -m pip install --upgrade pip
- name: Load cached Poetry installation
uses: actions/cache@v3.0.1
with:
path: ~/.local
key: poetry-1
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install deps