Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebd99 authored Nov 14, 2024
1 parent 978614a commit 4644252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ jobs:
- name: Run Galley tests
run: |
cd Galley
julia --project=test/ -e 'import Pkg; Pkg.develop(path="../Finch.jl"); include("test/runtests.jl")'
julia --project=test/ -e 'import Pkg; Pkg.develop(path="${GITHUB_WORKSPACE}"); include("test/runtests.jl")'

0 comments on commit 4644252

Please sign in to comment.