Skip to content

Commit 42f7952

Browse files
authored
chore: disable poetry-cache in gh-workflow (#112)
closes #91 Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 4448d9b commit 42f7952

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/poetry.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ jobs:
3636
uses: Gr1N/setup-poetry@v7
3737
with:
3838
poetry-version: ${{ env.POETRY_VERSION }}
39-
- uses: actions/cache@v2
40-
with:
41-
path: ~/.cache/pypoetry/virtualenvs
42-
key: ${{ runner.os }}-${{ env.PYTHON_VERISON_DEFAULT }}-poetry${{ env.POETRY_VERSION }}-${{ hashFiles('poetry.lock') }}
4339
- name: Install dependencies
4440
run: poetry install --no-root
4541
- name: Run tox
@@ -73,10 +69,6 @@ jobs:
7369
uses: Gr1N/setup-poetry@v7
7470
with:
7571
poetry-version: ${{ env.POETRY_VERSION }}
76-
- uses: actions/cache@v2
77-
with:
78-
path: ~/.cache/pypoetry/virtualenvs
79-
key: ${{ runner.os }}-${{ matrix.python-version }}-poetry${{ env.POETRY_VERSION }}-${{ hashFiles('poetry.lock') }}
8072
- name: Install dependencies
8173
run: poetry install --no-root
8274
- name: Run tox
@@ -127,10 +119,6 @@ jobs:
127119
uses: Gr1N/setup-poetry@v7
128120
with:
129121
poetry-version: ${{ env.POETRY_VERSION }}
130-
- uses: actions/cache@v2
131-
with:
132-
path: ~/.cache/pypoetry/virtualenvs
133-
key: ${{ runner.os }}}-${{ matrix.python-version }}-poetry${{ env.POETRY_VERSION }}-${{ hashFiles('poetry.lock') }}
134122
- name: Install dependencies
135123
run: poetry install --no-root
136124
- name: Ensure build successful

0 commit comments

Comments
 (0)