Skip to content

Commit

Permalink
add workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mendzmartin committed Jul 7, 2023
1 parent e05fa53 commit d4359ce
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Pkg
Pkg.activate("../")
Pkg.instantiate()

using TimeIndependentSchrodingerEquation
using Test
Expand Down
1 change: 1 addition & 0 deletions test/test_1d_fwp/FiniteWellPotential1D.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module FiniteWellPotential1D

using Pkg
Pkg.activate("../")
Pkg.instantiate()

using TimeIndependentSchrodingerEquation
using Gridap,Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module FiniteKronigPenneyPotential1D

using Pkg
Pkg.activate("../")
Pkg.instantiate()

using TimeIndependentSchrodingerEquation
using Gridap,Test
Expand Down
1 change: 1 addition & 0 deletions test/test_2d_qho/QuantumHarmonicOscillator2D.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module QuantumHarmonicOscillator2D

using Pkg
Pkg.activate("../"); # activate specific environment from TimeIndependentSchrodingerEquation package
Pkg.instantiate()

using TimeIndependentSchrodingerEquation
using Gridap,Test
Expand Down
1 change: 1 addition & 0 deletions test/test_default_eigen_problem/DefaultEigenProblem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module DefaultEigenProblem

using Pkg
Pkg.activate("../")
Pkg.instantiate()

using TimeIndependentSchrodingerEquation
using Gridap,Test
Expand Down

0 comments on commit d4359ce

Please sign in to comment.