Skip to content

Commit 492bbb8

Browse files
committed
really fast turnaround
1 parent ec64826 commit 492bbb8

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/CI.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)