Skip to content

Commit

Permalink
build(_quality.yaml): removes caching of poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Oli4 committed Nov 15, 2023
1 parent f7171ba commit a7c20e1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Cache Poetry
uses: actions/cache@v3
id: poetry-cache
with:
path: |
~/.local
key: poetry-1.6.1
restore-keys: |
poetry-1.6.1
- name: Cache virtualenv
uses: actions/cache@v3
id: virtualenv-cache
Expand All @@ -53,7 +43,6 @@ jobs:
virtualenv-Python${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
- name: Install and configure Poetry
if: steps.poetry-cache.outputs.cache-hit != 'true'
uses: snok/install-poetry@v1
with:
version: 1.6.1
Expand Down

0 comments on commit a7c20e1

Please sign in to comment.