File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
3333 run : |
3434 julia -e '
3535 using Pkg
36- Pkg.add("Oscar")
37- Pkg.add("BenchmarkTools ")
38- Pkg.add("GraphRecipes ")
39- Pkg.add("Graphs ")
40- Pkg.add("Interact ")
41- Pkg.add("Plots")'
36+ Pkg.add("Interact")'
37+ # Pkg.add("Oscar ")
38+ # Pkg.add("BenchmarkTools ")
39+ # Pkg.add("GraphRecipes ")
40+ # Pkg.add("Graphs ")
41+ # Pkg.add("Plots")'
4242 job2 :
4343 needs :
4444 - job1
@@ -70,13 +70,13 @@ jobs:
7070 run : |
7171 julia -e '
7272 using Pkg
73- Pkg.add("Oscar")
74- Pkg.add("BenchmarkTools")
75- Pkg.add("GraphRecipes")
76- Pkg.add("Graphs")
7773 Pkg.add("Interact")
78- Pkg.add("IJulia")
79- Pkg.add("Plots")'
74+ Pkg.add("IJulia")'
75+ # Pkg.add("Oscar")
76+ # Pkg.add("BenchmarkTools")
77+ # Pkg.add("GraphRecipes")
78+ # Pkg.add("Graphs")
79+ # Pkg.add("Plots")'
8080 - run : mkdir -pv notebooks
8181 - name : Use default julia environment
8282 run : |
You can’t perform that action at this time.
0 commit comments