File tree 4 files changed +8
-9
lines changed
4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 52
52
version :
53
53
- " 1.8"
54
54
- " 1" # automatically expands to the latest stable 1.x release of Julia
55
- - nightly
55
+ - " pre "
56
56
os :
57
57
- ubuntu-latest
58
58
arch :
71
71
version : 1
72
72
steps :
73
73
- uses : actions/checkout@v4
74
- - uses : julia-actions/setup-julia@v1
74
+ - uses : julia-actions/setup-julia@v2
75
75
with :
76
76
version : ${{ matrix.version }}
77
77
arch : ${{ matrix.arch }}
Original file line number Diff line number Diff line change 14
14
run : which julia
15
15
continue-on-error : true
16
16
- name : Install Julia, but only if it is not already available in the PATH
17
- uses : julia-actions/setup-julia@v1
17
+ uses : julia-actions/setup-julia@v2
18
18
with :
19
19
version : " 1"
20
20
arch : ${{ runner.arch }}
Original file line number Diff line number Diff line change 1
1
name = " ConstraintLearning"
2
2
uuid = " 4bd09668-9077-4be7-adc9-6307a490e6df"
3
3
authors = [" azzaare <jf@baffier.fr> and contributors" ]
4
- version = " 0.1.7 "
4
+ version = " 0.1.8 "
5
5
6
6
[deps ]
7
7
CompositionalNetworks = " 4b67e4b5-442d-4ef5-b760-3f5df3a57537"
@@ -15,7 +15,6 @@ LocalSearchSolvers = "2b10edaa-728d-4283-ac71-07e312d6ccf3"
15
15
Memoization = " 6fafb56a-5788-4b4e-91ca-c0cea6611c73"
16
16
PrettyTables = " 08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
17
17
QUBOConstraints = " 110b7fcc-6942-4061-a625-86e03d1de7cf"
18
- TestItemRunner = " f8b46487-2199-4994-9208-9a1283c18c0a"
19
18
TestItems = " 1c621080-faea-4a02-84b6-bbd5e436b8fe"
20
19
ThreadPools = " b189fb0b-2eb5-4ed4-bc0c-d34c51242431"
21
20
@@ -31,14 +30,15 @@ LocalSearchSolvers = "0.4"
31
30
Memoization = " 0.2"
32
31
PrettyTables = " 2"
33
32
QUBOConstraints = " 0.2"
34
- TestItemRunner = " 0.2"
35
- TestItems = " 0.1"
33
+ TestItemRunner = " 0.2, 1 "
34
+ TestItems = " 0.1, 1 "
36
35
ThreadPools = " 2"
37
36
julia = " 1.8"
38
37
39
38
[extras ]
40
39
Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
41
40
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
41
+ TestItemRunner = " f8b46487-2199-4994-9208-9a1283c18c0a"
42
42
43
43
[targets ]
44
- test = [" Aqua" , " Test" ]
44
+ test = [" Aqua" , " Test" , " TestItemRunner " ]
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ using CompositionalNetworks
9
9
using Dictionaries
10
10
using Evolutionary
11
11
using Memoization
12
- using TestItemRunner
13
12
using TestItems
14
13
using ThreadPools
15
14
You can’t perform that action at this time.
0 commit comments