Skip to content

Commit

Permalink
Add JuliaFormatter at version 1 in the Lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Oct 17, 2024
1 parent f5539bf commit 64d6c2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Use Julia cache
uses: julia-actions/cache@v2
- name: Install JuliaFormatter.jl
run: julia -e 'using Pkg; pkg"add JuliaFormatter"'
run: |
julia -e 'using Pkg; pkg"add JuliaFormatter@1"' # Version 1 is fixed due to https://github.com/domluna/JuliaFormatter.jl/issues/878
- name: Hack for setup-python cache # https://github.com/actions/setup-python/issues/807
run: touch requirements.txt
- name: Setup Python
Expand Down

0 comments on commit 64d6c2e

Please sign in to comment.