Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rymanderson committed Aug 6, 2024
1 parent a22d482 commit 4761575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['nightly', '1.6', '1']
julia-version: ['nightly', '1.6']
julia-arch: [x64]
os: [ubuntu-latest, windows-latest, macOS-latest]

Expand Down
1 change: 1 addition & 0 deletions src/fmm.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1251,4 +1251,5 @@ 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("Yes.")
end

0 comments on commit 4761575

Please sign in to comment.