We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d105da commit 098264bCopy full SHA for 098264b
test/Project.toml
@@ -1,6 +1,7 @@
1
[deps]
2
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
3
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
4
+Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
5
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
6
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
7
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
test/runtests.jl
@@ -1,4 +1,4 @@
-using SafeTestsets, Test
+using SafeTestsets, Test, Pkg
const GROUP = get(ENV, "GROUP", "All")
function activate_downstream_env()
0 commit comments