Skip to content

Commit

Permalink
ci(test): try adding package specs
Browse files Browse the repository at this point in the history
  • Loading branch information
fjebaker committed Oct 18, 2024
1 parent b29ab9a commit efff511
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ jobs:
- run: cat Manifest.toml
- run: |
julia --color=yes --math-mode=ieee --check-bounds=yes -tauto --project=. -e '
push!(LOAD_PATH, joinpath(pwd(), "lib", "XSPECModel"))
import Pkg
push!(LOAD_PATH, joinpath(pwd(), "lib", "XSPECModels"))
Pkg.develop(Pkg.PackageSpec(path=pwd()))
Pkg.develop(Pkg.PackageSpec(path=joinpath(pwd(), "lib", "XSPECModels")))
Pkg.test(; coverage=true, force_latest_compatible_version=true)
'
env:
Expand Down

0 comments on commit efff511

Please sign in to comment.