Remove unused pip caching paths in GHA

This commit is contained in:
Bruno Alla 2023-02-09 21:38:32 +00:00
parent 3c71b54e4c
commit cdc5396dee
No known key found for this signature in database

View File

@ -31,9 +31,6 @@ jobs:
with:
python-version: "3.10"
cache: pip
cache-dependency-path: |
requirements/base.txt
requirements/local.txt
- name: Run pre-commit
uses: pre-commit/action@v2.0.3