Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
AppVeyor needs quotes in pip command
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Apr 12, 2019
1 parent 464eb91 commit 234711f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ install:

build_script:
- "pip install %NUMPY%"
- "pip install awkward>=0.9.0rc1"
- "pip install uproot-methods>=0.5.0rc1"
- "pip install \"awkward>=0.9.0rc1\""
- "python -c \"import awkward; print(awkward.__version__)\""
- "pip install \"uproot-methods>=0.5.0rc1\""
- "python -c \"import uproot_methods; print(uproot_methods.__version__)\""
- "pip install -i https://pypi.anaconda.org/carlkl/simple backports.lzma"
- "pip install pytest pytest-runner pandas requests"
- "python setup.py pytest"

0 comments on commit 234711f

Please sign in to comment.