Skip to content

Commit

Permalink
Correct Windows shell quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Mar 13, 2019
1 parent a8e1dfd commit 8901c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -30,7 +30,7 @@ build_script:
# Apparently the asdf.py package needs jsonschema>=2.3<=2.6, but
# sometimes jsonschema 3.0.1 will be installed. I assume that
# someone should fix the "asdf.py" package instead...
- C:\julia\bin\julia -e "using Pkg; Pkg.add(""Conda""); using Conda; Conda.list(); Conda.add(""jsonschema>=2.3,<=2.6""); Conda.list()"
- C:\julia\bin\julia -e "using Pkg; Pkg.add("""Conda"""); using Conda; Conda.list(); Conda.add("""jsonschema>=2.3,<=2.6"""); Conda.list()"
- echo "%JL_BUILD_SCRIPT%"
- C:\julia\bin\julia -e "%JL_BUILD_SCRIPT%"

Expand Down

0 comments on commit 8901c97

Please sign in to comment.