Skip to content

Commit 316b9f4

Browse files
authored
Merge pull request #70 from per1234/remove-py-cache
Remove Python dependencies caching step
2 parents 067ea8a + 0d5171b commit 316b9f4

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

workflow-templates/dependabot/workflow-template-copies/.github/workflows/deploy-mkdocs-versioned-poetry.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,6 @@ jobs:
5656
with:
5757
python-version: "3.9"
5858

59-
- name: Cache dependencies
60-
uses: actions/cache@v2
61-
with:
62-
path: ~/.cache/pip
63-
key: ${{ runner.os }}-pip-${{ hashFiles('./pyproject.toml') }}
64-
restore-keys: |
65-
${{ runner.os }}-pip-
66-
6759
- name: Install Poetry
6860
run: |
6961
python -m pip install --upgrade pip

workflow-templates/deploy-mkdocs-versioned-poetry.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,6 @@ jobs:
5656
with:
5757
python-version: "3.9"
5858

59-
- name: Cache dependencies
60-
uses: actions/cache@v2
61-
with:
62-
path: ~/.cache/pip
63-
key: ${{ runner.os }}-pip-${{ hashFiles('./pyproject.toml') }}
64-
restore-keys: |
65-
${{ runner.os }}-pip-
66-
6759
- name: Install Poetry
6860
run: |
6961
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)