File tree 3 files changed +7
-8
lines changed
3 files changed +7
-8
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 1
1
name = " Constraints"
2
2
uuid = " 30f324ab-b02d-43f0-b619-e131c61659f7"
3
3
authors = [" Jean-François Baffier" ]
4
- version = " 0.5.5 "
4
+ version = " 0.5.6 "
5
5
6
6
[deps ]
7
7
CompositionalNetworks = " 4b67e4b5-442d-4ef5-b760-3f5df3a57537"
@@ -11,7 +11,6 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
11
11
Dictionaries = " 85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
12
12
MacroTools = " 1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
13
13
PrettyTables = " 08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
14
- TestItemRunner = " f8b46487-2199-4994-9208-9a1283c18c0a"
15
14
TestItems = " 1c621080-faea-4a02-84b6-bbd5e436b8fe"
16
15
17
16
[compat ]
@@ -22,13 +21,14 @@ DataFrames = "1"
22
21
Dictionaries = " 0.4"
23
22
MacroTools = " 0.5"
24
23
PrettyTables = " 2"
25
- TestItemRunner = " 0.2"
26
- TestItems = " 0.1"
24
+ TestItemRunner = " 0.2, 1 "
25
+ TestItems = " 0.1, 1 "
27
26
julia = " 1.8"
28
27
29
28
[extras ]
30
29
Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
31
30
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
31
+ TestItemRunner = " f8b46487-2199-4994-9208-9a1283c18c0a"
32
32
33
33
[targets ]
34
- test = [" Aqua" , " Test" ]
34
+ test = [" Aqua" , " Test" , " TestItemRunner " ]
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ using ConstraintDomains
7
7
using DataFrames
8
8
using Dictionaries
9
9
using PrettyTables
10
- using TestItemRunner
11
10
using TestItems
12
11
13
12
import ConstraintCommons: extract_parameters, USUAL_CONSTRAINT_PARAMETERS
You can’t perform that action at this time.
0 commit comments