Skip to content

Commit 5b4dc52

Browse files
authored
Merge pull request #43 from intercreate/maintenance/poetry-lock
poetry: lock
2 parents bea9294 + dbd5413 commit 5b4dc52

File tree

6 files changed

+167
-167
lines changed

6 files changed

+167
-167
lines changed

.github/workflows/build.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
- uses: actions/setup-python@v5
3131
with:
3232
python-version: "3.12"
33-
cache: "poetry"
3433

3534
- run: poetry install
3635

.github/workflows/lint.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- uses: actions/setup-python@v4
1717
with:
1818
python-version: '3.12'
19-
cache: 'poetry'
2019
- run: poetry install
2120

2221
- name: lint

.github/workflows/release.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
uses: actions/setup-python@v4
2424
with:
2525
python-version: "3.x"
26-
cache: 'poetry'
2726

2827
- run: poetry install
2928

.github/workflows/test.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
uses: actions/setup-python@v5
2222
with:
2323
python-version: ${{ matrix.python-version }}
24-
cache: "poetry"
2524

2625
- run: poetry install
2726

0 commit comments

Comments
 (0)