Skip to content

Commit

Permalink
Try again to fix continuous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobjpeters committed Oct 20, 2024
1 parent 719e7a2 commit 38f1906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Typstry = "f0ed7684-a786-439e-b1e3-3b82803b501e"

[compat]
Aqua = "0.8"
Documenter = "1"
ExplicitImports = "1.6"
julia = "1.10"
Expand Down
2 changes: 1 addition & 1 deletion test/utilities/TestExplicitImports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ using Test: @test
using Typstry: Typstry

@test isnothing(check_all_explicit_imports_are_public(Typstry; ignore = (
:MD, :Stateful, :compile_workload, :escape_raw_string, :parse)))
:MD, :Stateful, :compile_workload, :parse)))

for check in [
check_all_explicit_imports_via_owners,
Expand Down

0 comments on commit 38f1906

Please sign in to comment.