Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 4067036

Browse files
committed
Merge branch 'review-nov22' of github.com:DiamondLightSource/python3-pip-skeleton into review-nov22
2 parents 3e11d1b + fc951c0 commit 4067036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178

179179
- name: Fixup blank lockfiles
180180
# Github release artifacts can't be blank
181-
run: for f in lockfiles/*; [ -s $f ] || echo '# No requirements' >> $f; done
181+
run: for f in lockfiles/*; do [ -s $f ] || echo '# No requirements' >> $f; done
182182

183183
- name: Github Release
184184
# We pin to the SHA, not the tag, for security reasons.

0 commit comments

Comments
 (0)