Skip to content

Commit 31c9bd8

Browse files
committed
Remove GHA cache
1 parent cdcc88f commit 31c9bd8

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
with:
3434
python-version: "${{ matrix.python-version }}"
3535
allow-prereleases: true
36-
cache: pip
3736

3837
- run: pip install nox
3938
- run: nox --session test-${{ matrix.python-version }}

.github/workflows/create-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
uses: actions/setup-python@v5
2323
with:
2424
python-version: "3"
25-
cache: pip
26-
cache-dependency-path: pyproject.toml
2725

2826
- name: Install build dependencies (pypa/build, twine)
2927
run: |

0 commit comments

Comments
 (0)