Skip to content

Commit

Permalink
rm JET dep
Browse files Browse the repository at this point in the history
  • Loading branch information
smillerc committed Dec 9, 2022
1 parent 4a5cf94 commit 60dd5ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ OffsetArrays = "1"
julia = "1.6"

[extras]
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
LIKWID = "bf22376a-e803-4184-b2ed-56326e3bff83"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"

[targets]
test = ["Test", "TestItemRunner", "LIKWID", "JET"]
test = ["Test", "TestItemRunner", "LIKWID"]
2 changes: 1 addition & 1 deletion test/unit/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using BlockHaloArrays
using EllipsisNotation
using BlockHaloArrays: @tspawnat
using Test
using JET
# using JET
# using TestItems, TestItemRunner

function init(A, thread_id)
Expand Down

2 comments on commit 60dd5ef

@smillerc
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/73816

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.10 -m "<description of version>" 60dd5eff7241f4b66a7f85e20b967dec0a6eb44e
git push origin v0.4.10

Please sign in to comment.