Skip to content

Commit

Permalink
fix Aqua workflow
Browse files Browse the repository at this point in the history
fixes #41
  • Loading branch information
dpo committed Apr 24, 2024
1 parent 22a64ea commit 14368a6
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, SparseMatricesCOO; Aqua.test_all(SparseMatricesCOO, ambiguities=false); Aqua.test_ambiguities(SparseMatricesCOO)'
run: julia --color=yes -e 'using Pkg; Pkg.add("Aqua"); Pkg.develop(path="."); using Aqua, SparseMatricesCOO; Aqua.test_all(SparseMatricesCOO)'

0 comments on commit 14368a6

Please sign in to comment.