Skip to content

Commit 753a08a

Browse files
committed
Update testing infrastructure to use MiniZinc 2.5.3
1 parent d388052 commit 753a08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python-version: [3.6, 3.9, pypy3]
1515

1616
env:
17-
MINIZINC_URL: https://github.com/MiniZinc/MiniZincIDE/releases/download/2.5.0/MiniZincIDE-2.5.0-x86_64.AppImage
17+
MINIZINC_URL: https://github.com/MiniZinc/MiniZincIDE/releases/download/2.5.3/MiniZincIDE-2.5.3-x86_64.AppImage
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Add bin/ to PATH

0 commit comments

Comments
 (0)