Skip to content

Commit

Permalink
Try conda activate on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-rose committed Jul 2, 2019
1 parent 9087b67 commit 706501e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"

# install xarray and dependencies
- "conda activate"
- "conda env create --file ./ci/requirements-%CONDA_ENV%.yml"
- "activate test_env"
- "conda activate test_env"
- "conda list"
- "python -m pip install . --no-deps -vv"

Expand Down
2 changes: 1 addition & 1 deletion ci/install_python.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function UpdateConda ($python_home) {

function main () {
InstallMiniconda $env:PYTHON_VERSION $env:PYTHON_ARCH $env:PYTHON
# UpdateConda $env:PYTHON
UpdateConda $env:PYTHON
InstallCondaPackages $env:PYTHON "conda-build jinja2 anaconda-client"
}

Expand Down

0 comments on commit 706501e

Please sign in to comment.