Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
igp-gravity committed Nov 26, 2018
1 parent 12f8369 commit bc4bcfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- task: CondaEnvironment@1
inputs:
Createcustomenvironment: true
Environmentname: 'geoist'
Environmentname: 'environment'
Packagespecs: 'python=3'

- script: conda install -n 'geoist' scipy
- script: conda install -n 'environment' scipy
displayName: 'Install dependencies'

- script: |
Expand Down

0 comments on commit bc4bcfb

Please sign in to comment.