Skip to content

Commit 07f34fe

Browse files
committed
split output
1 parent 11cca36 commit 07f34fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-reproducibles.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ jobs:
4949
- name: Install uv
5050
uses: astral-sh/setup-uv@v7
5151
- name: Check reproducible requirements are up to date
52+
run: make update-reproducible-reqs-uv
53+
- name: Fail if requirements are out of date
5254
run: |
53-
make update-reproducible-reqs-uv
5455
if ! git diff --quiet requirements/reproducible-*.txt; then
5556
echo "::error::Reproducible requirements are out of date. Please run 'make update-reproducible-reqs-uv' locally and commit the changes before raising a PR."
56-
git diff requirements/reproducible-*.txt
5757
exit 1
5858
fi
5959
echo "Reproducible requirements are up to date."

0 commit comments

Comments
 (0)