Skip to content

Commit

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

0 comments on commit de4b630

Please sign in to comment.