File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 46
46
run : julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
47
47
env :
48
48
PYTHON : " "
49
+ - name : Fix weird Conda.jl/PyCall.jl/SymPy.jl build error
50
+ env :
51
+ PYTHON : " "
52
+ shell : julia --color=yes {0}
53
+ run : |
54
+ using Pkg
55
+ Pkg.activate("docs")
56
+ println("Try instantiating the docs environment")
57
+ try
58
+ Pkg.instantiate()
59
+ println("Successfully instantiated the docs environment")
60
+ catch e
61
+ display(e)
62
+ end
63
+ println("Try building SymPy")
64
+ try
65
+ Pkg.build("SymPy")
66
+ import SymPy
67
+ println("Successfully built SymPy")
68
+ catch e
69
+ display(e)
70
+ end
49
71
- name : Build and deploy documentation
50
72
env :
51
73
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
Original file line number Diff line number Diff line change 1
1
name = " RootedTrees"
2
2
uuid = " 47965b36-3f3e-11e9-0dcf-4570dfd42a8c"
3
3
authors = [" Hendrik Ranocha <mail@ranocha.de> and contributors" ]
4
- version = " 2.10.2 "
4
+ version = " 2.10.3 "
5
5
6
6
[deps ]
7
7
Latexify = " 23fbe1c1-3f47-55db-b15f-69d7ec21a316"
You can’t perform that action at this time.
0 commit comments