We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a376fa6 commit 9a1251bCopy full SHA for 9a1251b
build_tools/azure/posix.yml
@@ -20,6 +20,7 @@ jobs:
20
OPENBLAS_NUM_THREADS: '2'
21
CPU_COUNT: '2'
22
SKLEARN_SKIP_NETWORK_TESTS: '1'
23
+ SKLEARN_DATA_DIR: $(System.DefaultWorkingDirectory)/scikit_learn_data
24
CCACHE_DIR: $(Pipeline.Workspace)/ccache
25
CCACHE_COMPRESS: '1'
26
NUMPY_VERSION: 'latest'
@@ -49,6 +50,12 @@ jobs:
49
50
- bash: sudo chown -R $USER $CONDA
51
displayName: Take ownership of conda installation
52
condition: startsWith(variables['DISTRIB'], 'conda')
53
+ - task: Cache@2
54
+ inputs:
55
+ key: '"$(Agent.JobName)"'
56
+ path: $(SKLEARN_DATA_DIR)
57
+ displayName: Dataset caching
58
+ continueOnError: true
59
- task: Cache@2
60
inputs:
61
key: '"$(Agent.JobName)"'
0 commit comments