Skip to content

Commit

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

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

build: false
Expand Down

0 comments on commit daebb9b

Please sign in to comment.