Skip to content

Commit

Permalink
Fixed env create in appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jan 27, 2019
1 parent eff9615 commit 2c23d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install:
- "conda config --set always_yes yes"
- "conda update -q conda"
- "conda info -a"
- "conda env create -n holoviews --python=%PY%"
- "conda create -n holoviews python=%PY%"
- "conda env update -n holoviews -f environment.yml"
- "activate holoviews"
- "python setup.py develop"
Expand Down

0 comments on commit 2c23d88

Please sign in to comment.