Skip to content

Commit

Permalink
Fix Aqua workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Oct 11, 2022
1 parent 4416fa1 commit 1072e5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Aqua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
with:
version: '1'
- name: Aqua.jl
run: julia --color=yes -e '
run: |
julia --color=yes -e '
using Pkg
Pkg.add("Aqua")
Pkg.develop(path=".")
Expand Down

0 comments on commit 1072e5b

Please sign in to comment.