File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
build :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v4
15
15
- uses : julia-actions/setup-julia@latest
16
16
with :
17
- version : ' 1.10 '
17
+ version : ' 1'
18
18
- name : Install dependencies
19
19
run : |
20
20
python -m pip install matplotlib==3.8.3
Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
8
8
Printf = " de0858da-6303-5e67-8744-51eddeeeb8d7"
9
9
PyPlot = " d330b81b-6aea-500a-939a-2ce795aea3ee"
10
10
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
11
+ SuiteSparse_jll = " bea87d4a-7f5b-5778-9afe-8cc45184846c"
11
12
12
13
[compat ]
13
- julia = " ^1.10 "
14
+ Documenter = " ^1"
14
15
PyPlot = " ^2"
15
- Documenter = " ^1"
16
+ julia = " ^1.10 "
Original file line number Diff line number Diff line change @@ -3,3 +3,8 @@ DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
3
3
Distributions = " 31c24e10-a181-5473-b8eb-7969acd0382f"
4
4
Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
5
5
PyPlot = " d330b81b-6aea-500a-939a-2ce795aea3ee"
6
+
7
+ [compat ]
8
+ julia = " ^1.10"
9
+ PyPlot = " ^2"
10
+ Documenter = " ^1"
You can’t perform that action at this time.
0 commit comments