Removes Broken Cache from Pipeline
This commit is contained in:
2
.github/workflows/python-test-and-build.yml
vendored
2
.github/workflows/python-test-and-build.yml
vendored
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user