Skip to content

Commit

Permalink
ci: explicitly modify LOAD_PATH in test
Browse files Browse the repository at this point in the history
  • Loading branch information
fjebaker committed Oct 17, 2024
1 parent 2c6e1d1 commit 81bf162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- run: cat Manifest.toml
- run: |
julia --color=yes --math-mode=ieee --check-bounds=yes -tauto --project=. -e '
push!(LOAD_PATH, "lib/XSPECModel")
import Pkg
Pkg.test(; coverage=true, force_latest_compatible_version=true)
'
Expand Down

0 comments on commit 81bf162

Please sign in to comment.