You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/update-reproducibles.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -49,11 +49,11 @@ jobs:
49
49
- name: Install uv
50
50
uses: astral-sh/setup-uv@v7
51
51
- name: Check reproducible requirements are up to date
52
+
run: make update-reproducible-reqs-uv
53
+
- name: Fail if requirements are out of date
52
54
run: |
53
-
make update-reproducible-reqs-uv
54
55
if ! git diff --quiet requirements/reproducible-*.txt; then
55
56
echo "::error::Reproducible requirements are out of date. Please run 'make update-reproducible-reqs-uv' locally and commit the changes before raising a PR."
0 commit comments