We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d388052 commit 753a08aCopy full SHA for 753a08a
.github/workflows/python-package.yml
@@ -14,7 +14,7 @@ jobs:
14
python-version: [3.6, 3.9, pypy3]
15
16
env:
17
- MINIZINC_URL: https://github.com/MiniZinc/MiniZincIDE/releases/download/2.5.0/MiniZincIDE-2.5.0-x86_64.AppImage
+ MINIZINC_URL: https://github.com/MiniZinc/MiniZincIDE/releases/download/2.5.3/MiniZincIDE-2.5.3-x86_64.AppImage
18
steps:
19
- uses: actions/checkout@v2
20
- name: Add bin/ to PATH
0 commit comments