File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 10
10
fail-fast : false
11
11
matrix :
12
12
version :
13
- - ' 1.7 -nightly'
13
+ - ' 1.8 -nightly'
14
14
os :
15
15
- ubuntu-latest
16
16
arch :
Original file line number Diff line number Diff line change 1
1
name = " TestEnv"
2
2
uuid = " 1e6cf692-eddd-4d53-88a5-2d735e33781b"
3
- version = " 1.7 .0"
3
+ version = " 1.8 .0"
4
4
5
5
[deps ]
6
6
Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
@@ -9,7 +9,7 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
9
9
ChainRulesCore = " =1.0.2"
10
10
MCMCDiagnosticTools = " =0.1.0"
11
11
YAXArrays = " 0.1.3"
12
- julia = " ~1.7 "
12
+ julia = " ~1.8 "
13
13
14
14
[extras ]
15
15
ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Original file line number Diff line number Diff line change 1
1
@testset " activate_do.jl" begin
2
2
@testset " activate do f [extras]" begin
3
+ orig_project = Base. active_project ()
4
+
3
5
direct_deps () = [v. name for (_,v) in Pkg. dependencies () if v. is_direct_dep]
4
6
crc_deps = TestEnv. activate (direct_deps, " ChainRulesCore" )
5
7
@test " ChainRulesCore" ∈ crc_deps
9
11
@eval using FiniteDifferences
10
12
end
11
13
@test isdefined (@__MODULE__ , :FiniteDifferences )
14
+
15
+ @test Base. active_project () == orig_project
12
16
end
13
17
14
18
@testset " activate do test/Project" begin
18
22
end
19
23
@test isdefined (@__MODULE__ , :FFTW )
20
24
end
21
- end
25
+ end
You can’t perform that action at this time.
0 commit comments