Cache __pypackages__ dir

This commit is contained in:
sebthom
2022-03-22 14:19:39 +01:00
parent 1de13bf43b
commit c14a878388

View File

@@ -50,6 +50,11 @@ jobs:
with:
python-version: "${{ env.PYTHON_VERSION }}"
- uses: actions/cache@v3
with:
path: __pypackages__
key: ${{ runner.os }}-pypackages-${{ hashFiles('pdm.lock') }}
- name: "Install: Python dependencies"
run: |
set -eux