Skip to content

Commit

Permalink
FIX: Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Feb 26, 2020
1 parent 963c9b6 commit b3522d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
versionSpec: $(PYTHON_VERSION)
architecture: $(PYTHON_ARCH)
addToPath: true
- task: Cache@2
inputs:
key: 'python -VV'
path: $(PIP_CACHE_FOLDER)
displayName: Cache pip packages
- task: Cache@2
inputs:
key: 'pip'
path: $(PIP_CACHE_FOLDER)
displayName: Cache pip packages
- powershell: |
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)
pip install traits traitsui pyface vtk mayavi nibabel --cache-dir $(PIP_CACHE_FOLDER)
Expand Down

0 comments on commit b3522d4

Please sign in to comment.