Enable caching of pip dependencies

PiperOrigin-RevId: 578740011
pull/14623/head
Mike Kruskal 1 year ago
parent cd7a779487
commit f9612c2973
  1. 1
      .github/workflows/test_python.yml

@ -73,6 +73,7 @@ jobs:
with:
python-version: ${{ matrix.version }}
cache: pip
cache-dependency-path: 'python/requirements.txt'
- name: Validate version
run: python3 --version | grep ${{ matrix.version }} || (echo "Invalid Python version - $(python3 --version)" && exit 1)

Loading…
Cancel
Save