Skip to content

Commit

Permalink
Merge pull request #2 from ogauthe/Aqua
Browse files Browse the repository at this point in the history
explicit broken Aqua.test_stale_deps
  • Loading branch information
ogauthe authored Dec 4, 2024
2 parents 4ef9dbc + e84b799 commit 8db7678
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,13 @@
This package resides in the `ITensor/ITensorRegistry` local registry.
In order to install, simply add that registry through your package manager.
This step is only required once.

```julia
julia> using Pkg: Pkg

julia> Pkg.Registry.add(url="https://github.com/ITensor/ITensorRegistry")
```

Then, the package can be added as usual through the package manager:


```julia
julia> Pkg.add("FusionTensors")
```
Expand Down
5 changes: 4 additions & 1 deletion test/test_aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ using Test: @testset
Aqua.test_deps_compat(FusionTensors)
Aqua.test_piracies(FusionTensors)
Aqua.test_persistent_tasks(FusionTensors)
#Aqua.test_deps_compat(testtarget)

# TODO fix test_stale_deps
# TODO replace with Aqua.test_all
# Aqua.test_stale_deps(FusionTensors)
end
end

0 comments on commit 8db7678

Please sign in to comment.