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 60410fd71d - Show all commits

View File

@@ -19,13 +19,13 @@ jobs:
with: with:
python-version: "3.12" python-version: "3.12"
- name: Cache pip dependencies # - name: Cache pip dependencies
uses: actions/cache@v4 # uses: actions/cache@v4
with: # with:
path: /root/.cache/pip # path: /root/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt', 'requirements-test.txt', 'pyproject.toml') }} # key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt', 'requirements-test.txt', 'pyproject.toml') }}
restore-keys: | # restore-keys: |
${{ runner.os }}-pip- # ${{ runner.os }}-pip-
- name: Configure apt proxy - name: Configure apt proxy
run: | run: |
@@ -86,13 +86,13 @@ jobs:
echo \"path=$(pip cache dir)\" >> $GITEA_OUTPUT echo \"path=$(pip cache dir)\" >> $GITEA_OUTPUT
echo \"Pip cache dir: $(pip cache dir)\" echo \"Pip cache dir: $(pip cache dir)\"
- name: Cache pip dependencies # - name: Cache pip dependencies
uses: actions/cache@v4 # uses: actions/cache@v4
with: # with:
path: ${{ steps.pip-cache.outputs.path }} # path: /root/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt', 'requirements-test.txt', 'pyproject.toml') }} # key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt', 'requirements-test.txt', 'pyproject.toml') }}
restore-keys: | # restore-keys: |
${{ runner.os }}-pip- # ${{ runner.os }}-pip-
- name: Configure apt proxy - name: Configure apt proxy
run: | run: |