Skip to content

Commit

Permalink
PackageInfo.g: switch AvailabilityTest to ReturnTrue
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Nov 1, 2024
1 parent 9853b66 commit 5eba85a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@ Extensions := [
filename := "gap/Julia.g" ),
],

AvailabilityTest := function()
return true;
end,
AvailabilityTest := ReturnTrue,

# This is a limited test suite that doesn't try to build docs,
# since the GAP Docker images don't have texlive installed.
Expand Down

0 comments on commit 5eba85a

Please sign in to comment.