ci: add check-shell python cache

This commit is contained in:
jo 2022-09-01 19:32:38 +02:00 committed by Kyle Robbertze
parent d87e5d78a7
commit 5680bdf581
1 changed files with 8 additions and 0 deletions

View File

@ -35,6 +35,14 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.x"
- uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-project-check-shell-pip
restore-keys: |
${{ runner.os }}-project-check-shell-pip
- run: |
python -m venv venv && source venv/bin/activate
pip install gh-release-install