cache pip

This commit is contained in:
Wing Lian
2023-05-27 12:16:54 -04:00
parent 7f53fd2ab6
commit 72b6ca0d9f

View File

@@ -14,6 +14,7 @@ jobs:
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: "3.9" python-version: "3.9"
cache: 'pip' # caching pip dependencies
- name: Install dependencies - name: Install dependencies
run: | run: |