We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2804bf commit e50621fCopy full SHA for e50621f
.travis.yml
@@ -69,8 +69,7 @@ jobs:
69
- sudo apt-get install -y python3.7 python3-pip python3-setuptools
70
- pip3 install --upgrade pip
71
- pip3 install --user matplotlib
72
- - julia --project=docs -e 'using Pkg; Pkg.instantiate(); \
73
- Pkg.add(PackageSpec(path=pwd()));'
+ - julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.add(PackageSpec(path=pwd()));'
74
- julia --project=docs -e 'using Pkg; Pkg.build("PyCall");'
75
script:
76
- julia --project=docs --color=yes docs/make.jl
0 commit comments