Skip to content

Commit

Permalink
change azure dev pipeline to pip install from conda
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Weinstein authored and Ben Weinstein committed Jun 3, 2021
1 parent 4b677d0 commit 4acc769
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ jobs:

- script: |
python -m pip install --upgrade pip
conda env create --file=environment.yml
conda init bash
source activate DeepForest_pytorch
pip install .
displayName: 'Create Conda environment for DeepForest'
- script: |
Expand Down

0 comments on commit 4acc769

Please sign in to comment.