v4.1.0 #189

Merged
profitroll merged 29 commits from dev into main 2025-02-16 18:37:39 +02:00
Showing only changes of commit 129cbd923b - Show all commits

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