Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
quotes for pip command
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Apr 12, 2019
1 parent 218efd2 commit ca1c197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -46,6 +46,6 @@ install:
build_script:
- "pip install %NUMPY%"
- "pip install pytest pytest-runner"
- "pip install awkward>=0.9.0rc1"
- "python -c \"import awkward; import awkward.util; print(awkward.__version__); print(dir(awkward.util))\""
- "pip install \"awkward>=0.9.0rc1\""
- "python -c \"import awkward; print(awkward.__version__)\""
- "pytest -v tests"

0 comments on commit ca1c197

Please sign in to comment.