This commit is contained in:
soaska 2024-05-03 21:21:36 +03:00
parent 9a4e2a3282
commit 19fe583d88
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
with:
python-version: 3.11.0
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolache
AGENT_TOOLSDIRECTORY: "/opt/hostedtoolache"
# NB: there's no cache: pip here since we're not installing anything
# from the requirements.txt file(s) in the repository; it's faster
# not to have GHA download an (at the time of writing) 4 GB cache

View File

@ -21,7 +21,7 @@ jobs:
python-version: "3.10.6"
cache: pip
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolache
AGENT_TOOLSDIRECTORY: "/opt/hostedtoolache"
cache-dependency-path: |
**/requirements*txt
launch.py