Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 19c396f

Browse files
committedNov 27, 2018
Adding missing conda environment activation
1 parent 3a71185 commit 19c396f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
6969
- script: |
7070
export PATH=$HOME/miniconda3/bin:$PATH
71+
source activate pandas-dev
7172
ci/incremental/build.sh
7273
displayName: 'Build'
7374
condition: true

0 commit comments

Comments
 (0)
Please sign in to comment.