Skip to content

Commit b27446d

Browse files
committed
add Random to Project.toml for tests
1 parent ff01886 commit b27446d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Aqua = "0.8.9"
1616
Artifacts = "1.10, 1"
1717
BlockTensorKit = "0.1.10"
1818
DelimitedFiles = "1.9"
19+
Random = "1.11.0"
1920
SafeTestsets = "0.1"
2021
TensorKit = "0.14.9"
2122
TensorKitSectors = "0.1.7, 0.2"
@@ -26,9 +27,10 @@ julia = "1.10"
2627

2728
[extras]
2829
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
30+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2931
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
3032
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3133
TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a"
3234

3335
[targets]
34-
test = ["Aqua", "SafeTestsets", "Test", "TestExtras"]
36+
test = ["Aqua", "Random", "SafeTestsets", "Test", "TestExtras"]

0 commit comments

Comments
 (0)