Skip to content

Commit

Permalink
Tweak minizinc-test
Browse files Browse the repository at this point in the history
  • Loading branch information
sthiele committed Oct 26, 2023
1 parent eab6db5 commit 3b179a7
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions .github/workflows/minizinc-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,25 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}

- name: Install clingcon
- name: Conda install clingcon
shell: bash -l {0}
run: |
sudo add-apt-repository ppa:potassco/wip
sudo apt-get update
sudo apt-get install clingcon=${{matrix.clingconversion}}-jammy4
conda install -c "potassco/label/dev" clingcon=${{matrix.clingconversion}}
# - name: Install clingcon
# run: |
# sudo add-apt-repository ppa:potassco/wip
# sudo apt-get update
# sudo apt-get install clingcon=${{matrix.clingconversion}}-jammy4

- name: Test clingcon
run: clingcon --version
shell: bash -l {0}
run: |
clingcon --version
- name: Install MiniZinc
run: |
Expand All @@ -37,8 +47,9 @@ jobs:
uses: actions/checkout@v2
with:
repository: "potassco/fzn2lp"
ref: ${{ matrix.fzn2lpversion }}
# ref: ${{ matrix.fzn2lpversion }}
path: "fzn2lp"
ref: "st/winnow"

- name: Build fzn2lp with current flatzinc
run: |
Expand Down

0 comments on commit 3b179a7

Please sign in to comment.