Skip to content

Commit 0662101

Browse files
committed
Pin JuliaFormatter
1 parent 450fc58 commit 0662101

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
shell: julia {0}
128128
run: |
129129
using Pkg
130-
Pkg.add(PackageSpec(name="JuliaFormatter"))
130+
Pkg.add(PackageSpec(name="JuliaFormatter", version="2.3.0"))
131131
using JuliaFormatter
132132
format(".", verbose=true)
133133
- name: Format Check

test/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ QuantumPropagators = {path = ".."}
4545

4646
[compat]
4747
Documenter = "1.4"
48+
JuliaFormatter = "=2.3.0"
4849
julia = "1.9"

0 commit comments

Comments
 (0)