Skip to content

Commit

Permalink
Fix formatter julia version (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonReinhard committed Aug 26, 2024
1 parent 117a5ba commit fcff9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/formatter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: install Julia
uses: julia-actions/setup-julia@v1
with:
version: 1.10
version: "1.10"
- name: Install Julia requirements
run: julia --project=${GITHUB_WORKSPACE}/.formatting -e 'import Pkg; Pkg.instantiate()'
- name: Check code style
Expand Down

0 comments on commit fcff9cb

Please sign in to comment.