Skip to content

Commit f39deaa

Browse files
geoffroylecontedpo
authored andcommitted
remove Aqua stale_deps check since usage of Requires
1 parent b4ad3ea commit f39deaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Aqua.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
with:
1515
version: '1'
1616
- name: Aqua.jl
17-
run: julia --color=yes -e 'using Pkg; Pkg.add("Aqua"); Pkg.develop(path="."); using Aqua, LinearOperators; Aqua.test_all(LinearOperators)'
17+
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

Comments
 (0)