Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Feb 16, 2022
1 parent 051330a commit 4773aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_examples.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ end
#
module TestComputationalHomogenization
# Add this unregistered package here
import Pkg; Pkg.add(PackageSpec(url = "https://github.com/Ferrite-FEM/FerriteGmsh.jl"))
import Pkg; Pkg.add(Pkg.PackageSpec(url = "https://github.com/Ferrite-FEM/FerriteGmsh.jl"))
mktempdir() do dir
cd(dir) do
include(joinpath(@__DIR__, "../docs/src/literate/computational_homogenization.jl"))
Expand Down

0 comments on commit 4773aa8

Please sign in to comment.