We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963c9b6 commit b3522d4Copy full SHA for b3522d4
azure-pipelines.yml
@@ -23,11 +23,11 @@ jobs:
23
versionSpec: $(PYTHON_VERSION)
24
architecture: $(PYTHON_ARCH)
25
addToPath: true
26
-- task: Cache@2
27
- inputs:
28
- key: 'python -VV'
29
- path: $(PIP_CACHE_FOLDER)
30
- displayName: Cache pip packages
+ - task: Cache@2
+ inputs:
+ key: 'pip'
+ path: $(PIP_CACHE_FOLDER)
+ displayName: Cache pip packages
31
- powershell: |
32
pip install numpy scipy matplotlib nose pillow pytest pytest-cov pytest-faulthandler coverage imageio imageio-ffmpeg codecov pyqt5==5.9 --cache-dir $(PIP_CACHE_FOLDER)
33
pip install traits traitsui pyface vtk mayavi nibabel --cache-dir $(PIP_CACHE_FOLDER)
0 commit comments