Added pip caching

This commit is contained in:
Rhet Turnbull
2023-02-20 08:58:08 -08:00
committed by GitHub
parent 109917321a
commit 5aa4a20bb5

View File

@@ -18,6 +18,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip' # caching pip dependencies
- name: Install dependencies
run: |
python -m pip install --upgrade pip