File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 4747 version : ${{ matrix.julia-version }}
4848 arch : ${{ matrix.architecture }}
4949 show-versioninfo : true
50- - name : Install PyPreferences
51- shell : julia {0}
52- run : |
53- using Pkg;
54- pkg"dev ./PyPreferences.jl";
5550 - run : julia -e 'using Pkg; pkg"add PackageCompiler@v1"'
5651
5752 - run : aot/compile.jl
Original file line number Diff line number Diff line change @@ -4,3 +4,7 @@ using Test
44@testset " PyPreferences.jl" begin
55 # Write your tests here.
66end
7+
8+ if lowercase (get (ENV , " JULIA_PKGEVAL" , " false" )) != " true"
9+ include (" test_venv.jl" )
10+ end
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ PyPreferences.status()
3131 end
3232end
3333
34+ include (" test_venv.jl" )
35+
3436roundtrip (T, x) = convert (T, PyObject (x))
3537roundtrip (x) = roundtrip (PyAny, x)
3638roundtripeq (T, x) = roundtrip (T, x) == x
You can’t perform that action at this time.
0 commit comments