We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ad3ea commit f39deaaCopy full SHA for f39deaa
.github/workflows/Aqua.yml
@@ -14,4 +14,4 @@ jobs:
14
with:
15
version: '1'
16
- name: Aqua.jl
17
- run: julia --color=yes -e 'using Pkg; Pkg.add("Aqua"); Pkg.develop(path="."); using Aqua, LinearOperators; Aqua.test_all(LinearOperators)'
+ run: julia --color=yes -e 'using Pkg; Pkg.add("Aqua"); Pkg.develop(path="."); using Aqua, LinearOperators; Aqua.test_all(LinearOperators; stale_deps = false)'
0 commit comments