mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 18:41:50 +01:00
Cache __pypackages__ dir
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -50,6 +50,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: "${{ env.PYTHON_VERSION }}"
|
python-version: "${{ env.PYTHON_VERSION }}"
|
||||||
|
|
||||||
|
- uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: __pypackages__
|
||||||
|
key: ${{ runner.os }}-pypackages-${{ hashFiles('pdm.lock') }}
|
||||||
|
|
||||||
- name: "Install: Python dependencies"
|
- name: "Install: Python dependencies"
|
||||||
run: |
|
run: |
|
||||||
set -eux
|
set -eux
|
||||||
|
|||||||
Reference in New Issue
Block a user