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 2db41dd commit 9dc56a1Copy full SHA for 9dc56a1
.github/workflows/python-package.yml
@@ -41,7 +41,7 @@ jobs:
41
sudo chmod +x ${{ github.workspace }}/bin/minizinc
42
minizinc --version
43
- name: Install uv
44
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v6
45
- name: Set up Python ${{ matrix.python-version }}
46
uses: actions/setup-python@v5
47
with:
@@ -60,7 +60,7 @@ jobs:
60
steps:
61
- uses: actions/checkout@v4
62
63
64
- name: Set up Python
65
66
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
84
85
0 commit comments