Skip to content

Commit 68d1af3

Browse files
committed
fix: julia 1.11 list comprehension bug + use Makie
1 parent a91cfa5 commit 68d1af3

File tree

2 files changed

+127
-235
lines changed

2 files changed

+127
-235
lines changed

.github/workflows/JuliaFormatter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
steps:
1313
- uses: julia-actions/julia-format@v4
1414
with:
15-
version: '2' # Set `version` to '1.0.54' if you need to use JuliaFormatter.jl v1.0.54 (default: '1')
15+
version: '1' # Set `version` to '1.0.54' if you need to use JuliaFormatter.jl v1.0.54 (default: '1')
1616
suggestion-label: 'format-suggest' # leave this unset or empty to show suggestions for all PRs

0 commit comments

Comments
 (0)