Skip to content

Commit 101a187

Browse files
committed
add plots to Project.toml test
1 parent fc278d2 commit 101a187

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
matrix:
1717
version:
1818
- '1.9' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
19-
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
20-
#- 'nightly'
19+
- 'nightly'
2120
os:
2221
- ubuntu-latest
2322
arch:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
5858
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
5959

6060
[targets]
61-
test = ["Interpolations", "KernelDensity", "QuadGK", "SafeTestsets", "StatsBase", "Statistics", "Test", "Turing"]
61+
test = ["Interpolations", "KernelDensity", "Plots", "QuadGK", "SafeTestsets", "StatsBase", "Statistics", "Test", "Turing"]

0 commit comments

Comments
 (0)