Skip to content

Commit

Permalink
Update .github/workflows/code.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Tom C (DLS) <[email protected]>
  • Loading branch information
2 people authored and evalott100 committed Feb 27, 2023
1 parent 6ab56f2 commit 3fb82fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:

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

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

0 comments on commit 3fb82fb

Please sign in to comment.