Skip to content

Commit

Permalink
Fix julia version string in actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonReinhard committed Sep 2, 2024
1 parent 62b2098 commit 8495f90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Julia environment
uses: julia-actions/setup-julia@v2
with:
version: '1.10'
version: "1.10"

- name: Instantiate
run: |
Expand Down

0 comments on commit 8495f90

Please sign in to comment.