cache pip

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

View File

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