Skip to content

Commit

Permalink
text workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rymanderson committed Aug 6, 2024
1 parent 5a313f5 commit a22d482
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/julia-runtest@master
- uses: julia-actions/julia-runtest@v1
1 change: 0 additions & 1 deletion src/fmm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1251,5 +1251,4 @@ function fmm!(target_tree::Tree, target_systems, source_tree::Tree, source_syste
n_sources > 0 && unsort_source_bodies && unsort!(source_systems, source_tree)
n_targets > 0 && unsort_target_bodies && unsort!(target_systems, target_tree)

println("Sherlock!")
end

0 comments on commit a22d482

Please sign in to comment.