Added caching for requirements/*.txt

This commit is contained in:
Profitroll 2023-10-25 08:35:04 +03:00
parent b776b95047
commit 9784c10d13
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
cache-dependency-path: "requirements/*.txt
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
- name: Install dependencies