Enable pip caching in CI

This commit is contained in:
Aravind Nair
2023-03-12 02:19:38 +05:30
committed by GitHub
parent 04ff14615b
commit 85a6d7f129

View File

@@ -21,6 +21,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.8
cache: 'pip'
- name: Install Dependencies 📥
run: pip install -r requirements.txt