Skip to content

Commit 71a9c4c

Browse files
author
Oleg
committed
Remove --from when installing bowtie
1 parent 7dbe4b1 commit 71a9c4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ jobs:
122122

123123
- name: Smoke Test
124124
run: |
125-
uvx --from . --python 3.13 bowtie smoke -i "localhost/${{ steps.build_image.outputs.image-with-tag }}" --format json
126-
uvx --from . --python 3.13 bowtie smoke -i "localhost/${{ steps.build_image.outputs.image-with-tag }}" --format markdown >> $GITHUB_STEP_SUMMARY
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
127127
128128
- name: Log in to ghcr.io
129129
uses: redhat-actions/podman-login@v1

0 commit comments

Comments
 (0)