Skip to content

Commit b3522d4

Browse files
committed
FIX: Try again
1 parent 963c9b6 commit b3522d4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

azure-pipelines.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
versionSpec: $(PYTHON_VERSION)
2424
architecture: $(PYTHON_ARCH)
2525
addToPath: true
26-
- task: Cache@2
27-
inputs:
28-
key: 'python -VV'
29-
path: $(PIP_CACHE_FOLDER)
30-
displayName: Cache pip packages
26+
- task: Cache@2
27+
inputs:
28+
key: 'pip'
29+
path: $(PIP_CACHE_FOLDER)
30+
displayName: Cache pip packages
3131
- powershell: |
3232
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)
3333
pip install traits traitsui pyface vtk mayavi nibabel --cache-dir $(PIP_CACHE_FOLDER)

0 commit comments

Comments
 (0)