Skip to content

Commit f773910

Browse files
committed
ci: Don't use cache for installation
1 parent a4467f4 commit f773910

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pytest.yml

-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ jobs:
5858
uses: actions/setup-python@v5
5959
with:
6060
python-version: ${{ matrix.python-version }}
61-
cache: pip
62-
cache-dependency-path: pyproject.toml
6361

6462
- name: Install ${{ env.package-name }}
6563
run: |

0 commit comments

Comments
 (0)