ci: add check-shell python cache
This commit is contained in:
parent
d87e5d78a7
commit
5680bdf581
|
@ -35,6 +35,14 @@ jobs:
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: "3.x"
|
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: |
|
- run: |
|
||||||
python -m venv venv && source venv/bin/activate
|
python -m venv venv && source venv/bin/activate
|
||||||
pip install gh-release-install
|
pip install gh-release-install
|
||||||
|
|
Loading…
Reference in New Issue