Skip to content

Commit 833babc

Browse files
Merge pull request #77 from mohamed-barakat/devel
install GAP package images needed by MatroidGeneration
2 parents d725af4 + 8db891d commit 833babc

File tree

5 files changed

+7
-2
lines changed

5 files changed

+7
-2
lines changed

.github/workflows/Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
julia-version:
22-
- '1.8'
22+
- '1.9'
2323
- 'nightly'
2424
julia-arch:
2525
- x64

deps/homalg-project.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ global PACKAGES_TO_COMPILE = [
291291
"grape",
292292
"digraphs",
293293
"ferret",
294+
"images",
294295
"json",
295296
"repsn",
296297
]

test/images.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@testset "GAP pkg images" begin
2+
@test GAP.Packages.load("images")
3+
end

test/json.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
@testset "JSON" begin
1+
@testset "GAP pkg json" begin
22
@test GAP.Packages.load("json")
33
end

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ include("singular.jl")
66
include("4ti2.jl")
77
include("digraphs.jl")
88
include("json.jl")
9+
include("images.jl")
910
include("homalg_project.jl")
1011
include("packages.jl")
1112
include("testmanual.jl")

0 commit comments

Comments
 (0)