File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ jobs:
122
122
123
123
- name : Smoke Test
124
124
run : |
125
- uvx --python 3.13 bowtie smoke -i "localhost/${{ steps.build_image.outputs.image-with-tag }}" --format json
126
- uvx --python 3.13 bowtie smoke -i "localhost/${{ steps.build_image.outputs.image-with-tag }}" --format markdown >> $GITHUB_STEP_SUMMARY
125
+ uvx --from 'bowtie-json-schema' -- python 3.13 bowtie smoke -i "localhost/${{ steps.build_image.outputs.image-with-tag }}" --format json
126
+ uvx --from 'bowtie-json-schema' -- python 3.13 bowtie smoke -i "localhost/${{ steps.build_image.outputs.image-with-tag }}" --format markdown >> $GITHUB_STEP_SUMMARY
127
127
128
128
- name : Log in to ghcr.io
129
129
uses : redhat-actions/podman-login@v1
You can’t perform that action at this time.
0 commit comments