We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb1b27 commit 2348cacCopy full SHA for 2348cac
.github/workflows/CI.yml
@@ -23,7 +23,6 @@ jobs:
23
fail-fast: false
24
matrix:
25
version:
26
- - '1.0'
27
- '1'
28
- 'nightly'
29
os:
Project.toml
@@ -16,3 +16,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
16
17
[targets]
18
test = ["Aqua", "Test"]
19
+
20
+[sources]
21
+CheckedSizeProduct = {url = "https://github.com/JuliaArrays/CheckedSizeProduct.jl"}
0 commit comments