Update azure-pipelines-ci.yml for Azure Pipelines
This commit is contained in:
parent
2087358d58
commit
2c8c8009ff
1 changed files with 3 additions and 3 deletions
|
@ -86,7 +86,7 @@ stages:
|
|||
displayName: 'Restore artifacts based on Requirements'
|
||||
inputs:
|
||||
key: |
|
||||
requirements_test_all.txt
|
||||
$(Build.SourcesDirectory)/requirements_test_all.txt
|
||||
$(python.container)
|
||||
path: ./venv
|
||||
cacheHitVar: CacheRestored
|
||||
|
@ -144,8 +144,8 @@ stages:
|
|||
displayName: 'Restore artifacts based on Requirements'
|
||||
inputs:
|
||||
key: |
|
||||
requirements_all.txt
|
||||
requirements_test.txt
|
||||
$(Build.SourcesDirectory)/requirements_all.txt
|
||||
$(Build.SourcesDirectory)/requirements_test.txt
|
||||
$(PythonMain)
|
||||
path: ./venv
|
||||
cacheHitVar: CacheRestored
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue