Updated cache path for tests
All checks were successful
Analysis / SonarCloud (push) Successful in 41s

This commit is contained in:
Profitroll 2025-01-10 11:22:33 +02:00
parent 1ca126829b
commit 129cbd923b

View File

@ -22,6 +22,7 @@ jobs:
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
cache: 'pip' cache: 'pip'
cache-dependency-path: './requirements/*'
env: env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
- name: Install dependencies - name: Install dependencies