.github/workflows: use pip caching

See: https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#caching-packages
This commit is contained in:
Alan Orth 2022-10-03 19:38:11 +03:00
parent 5ea38d65bd
commit 4e5faf51bd
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip