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'
|
displayName: 'Restore artifacts based on Requirements'
|
||||||
inputs:
|
inputs:
|
||||||
key: |
|
key: |
|
||||||
requirements_test_all.txt
|
$(Build.SourcesDirectory)/requirements_test_all.txt
|
||||||
$(python.container)
|
$(python.container)
|
||||||
path: ./venv
|
path: ./venv
|
||||||
cacheHitVar: CacheRestored
|
cacheHitVar: CacheRestored
|
||||||
|
@ -144,8 +144,8 @@ stages:
|
||||||
displayName: 'Restore artifacts based on Requirements'
|
displayName: 'Restore artifacts based on Requirements'
|
||||||
inputs:
|
inputs:
|
||||||
key: |
|
key: |
|
||||||
requirements_all.txt
|
$(Build.SourcesDirectory)/requirements_all.txt
|
||||||
requirements_test.txt
|
$(Build.SourcesDirectory)/requirements_test.txt
|
||||||
$(PythonMain)
|
$(PythonMain)
|
||||||
path: ./venv
|
path: ./venv
|
||||||
cacheHitVar: CacheRestored
|
cacheHitVar: CacheRestored
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue