Skip to content

Commit

Permalink
Remove unused pip caching (#65)
Browse files Browse the repository at this point in the history
* Removes unused `cache: pip` in GitHub actions
  • Loading branch information
SupImDos committed May 24, 2024
1 parent b898468 commit 4b41ce7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: pip
- name: Cache Dependencies
uses: actions/cache@v4
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: pip
- name: Cache Dependencies
uses: actions/cache@v4
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: pip
- name: Cache Dependencies
uses: actions/cache@v4
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: pip
- name: Cache Dependencies
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 4b41ce7

Please sign in to comment.