Removes Broken Cache from Pipeline

This commit is contained in:
2024-07-23 23:00:05 -03:00
parent 35a60618f5
commit 7a845dbc28

View File

@@ -24,7 +24,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10"
cache: 'poetry'
- name: Install dependencies
run: |
poetry self add "poetry-dynamic-versioning[plugin]"
@@ -48,7 +47,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10"
cache: 'poetry'
- name: Install dependencies
run: |
poetry self add "poetry-dynamic-versioning[plugin]"