Skip to content

Commit

Permalink
Fix Aqua
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Aug 8, 2023
1 parent 9e12b8c commit dfeeb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Aqua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +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, ignore=[:Requires])'
run: julia --color=yes -e 'using Pkg; Pkg.add("Aqua"); Pkg.develop(path="."); using Aqua, Krylov; Aqua.test_all(Krylov, stale_deps=false); Aqua.test_stale_deps(Krylov; ignore=[:Requires])'

0 comments on commit dfeeb8d

Please sign in to comment.