Skip to content

Commit

Permalink
Update to MOI v1 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat authored Aug 19, 2024
1 parent 584d846 commit 232d578
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ jobs:
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
- name: CPE
shell: julia --project=@. {0}
run: |
using Pkg
Pkg.add([
PackageSpec(name="ConstraintProgrammingExtensions", rev="master"),
])
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
Expand Down
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Chuffed"
uuid = "a105ee56-0da9-4c5a-a151-cc7e299d31db"
authors = ["Thibaut Cuvelier <[email protected]>"]
repo = "https://github.com/dourouc05/Chuffed.jl"
repo = "https://github.com/JuliaConstraints/Chuffed.jl"
version = "0.3.0"

[deps]
Expand All @@ -11,7 +11,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Chuffed_jll = "77125aae-c893-5498-99e3-e30470bfa328"

[compat]
julia = "^1.5"
MathOptInterface = "^0.10"
ConstraintProgrammingExtensions = "^0.6.1"
julia = "1.6"
MathOptInterface = "1"
ConstraintProgrammingExtensions = "0.7"
Chuffed_jll = "=0.10.4"

0 comments on commit 232d578

Please sign in to comment.