Skip to content

Commit 5abcf1d

Browse files
author
hhaensel
committed
add CondaPkg and DataFrames as extras in Project.toml
1 parent d00a788 commit 5abcf1d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ UnsafePointers = "e17b2a0c-0bdf-430a-bd0c-3a23cae4ff39"
1818
[compat]
1919
Aqua = "0 - 999"
2020
CondaPkg = "0.2.23"
21+
DataFrames = "1.7.0"
2122
Dates = "1"
2223
Libdl = "1"
2324
MacroTools = "0.5"
@@ -33,8 +34,10 @@ julia = "1.6.1"
3334

3435
[extras]
3536
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
37+
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
38+
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
3639
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3740
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
3841

3942
[targets]
40-
test = ["Aqua", "Test", "TestItemRunner"]
43+
test = ["Aqua", "CondaPkg", "DataFrames", "Test", "TestItemRunner"]

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
using TestItemRunner
2-
using DataFrames
2+
33
@run_package_tests

0 commit comments

Comments
 (0)