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

Commit 68976f4

Browse files
gilesknapcoretl
andcommitted
Update .github/workflows/code.yml
Co-authored-by: Tom C (DLS) <[email protected]>
1 parent d96f15a commit 68976f4

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
@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: Test cli works in runtime image
130130
# check that the first tag can run with --version parameter
131-
run: docker run $(echo ${{ steps.meta.outputs.tags }} | sed -e 's/\s.*$//') --version
131+
run: docker run $(echo ${{ steps.meta.outputs.tags }} | head -1) --version
132132

133133
- name: Test cli works in sdist installed in local python
134134
# ${GITHUB_REPOSITORY##*/} is the repo name without org

0 commit comments

Comments
 (0)