feat:v2 #12

Merged
zwitschi merged 110 commits from develop into main 2025-11-14 18:02:55 +01:00
Showing only changes of commit 63ec4a6953 - Show all commits

View File

@@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
env:
APT_CACHER_NG: http://192.168.88.14:3142
PIP_CACHE_DIR: /root/.cache/pip
steps:
- uses: actions/checkout@v4
@@ -29,7 +30,7 @@ jobs:
- name: Cache pip dependencies
uses: actions/cache@v4
with:
path: ${{ steps.pip-cache.outputs.path }}
path: ${{ PIP_CACHE_DIR }}
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt', 'requirements-test.txt', 'pyproject.toml') }}
restore-keys: |
${{ runner.os }}-pip-