Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoLusardi authored Aug 8, 2024
1 parent 97ed712 commit 209b903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,14 @@ jobs:

- task: Cache@2
inputs:
key: 'venv $(Agent.JobName) | scripts/requirements.txt'
key: '$(Agent.JobName) | scripts/requirements.txt'
path: '$(Build.SourcesDirectory)/.venv'
cacheHitVar: 'VENV_CACHE_RESTORED'
displayName: 'Cache Virtual Environment'

- task: Cache@2
inputs:
key: 'conan $(Agent.JobName) | inference_client/conanfile.py | inference_client/examples/conanfile.txt | inference_client/tests/conanfile.txt'
key: '$(Agent.JobName) | inference_client/conanfile.py | inference_client/examples/conanfile.txt | inference_client/tests/conanfile.txt'
path: '$(Build.SourcesDirectory)/.conan'
displayName: 'Cache Conan'

Expand Down

0 comments on commit 209b903

Please sign in to comment.