File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -40,15 +40,13 @@ jobs:
40
40
with :
41
41
ref : ${{ matrix.revision }}
42
42
43
- - name : Install uv
44
- uses : astral-sh/setup-uv@v5
45
- with :
46
- enable-cache : true
47
-
48
43
- name : Compute implementation name
49
44
id : impl
50
45
run : echo "name=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_OUTPUT
51
46
47
+ - name : Install bowtie
48
+ uses : bowtie-json-schema/bowtie@main
49
+
52
50
- name : Build
53
51
id : build_image
54
52
uses : redhat-actions/buildah-build@v2
@@ -69,13 +67,13 @@ jobs:
69
67
70
68
- name : Smoke Test
71
69
run : |
72
- uvx --from 'bowtie-json-schema' --python 3.13 bowtie smoke -i "localhost/${{ steps.build_image.outputs.image-with-tag }}" --format json
73
- uvx --from 'bowtie-json-schema' --python 3.13 bowtie smoke -i "localhost/${{ steps.build_image.outputs.image-with-tag }}" --format markdown >> $GITHUB_STEP_SUMMARY
70
+ bowtie smoke -i "localhost/${{ steps.build_image.outputs.image-with-tag }}" --format json
71
+ bowtie smoke -i "localhost/${{ steps.build_image.outputs.image-with-tag }}" --format markdown >> $GITHUB_STEP_SUMMARY
74
72
75
73
- name : Collect current version
76
74
id : current-version
77
75
run : |
78
- version=$(uvx --from 'bowtie-json-schema' --python 3.13 bowtie info \
76
+ version=$(bowtie info \
79
77
--implementation "localhost/${{ steps.build_image.outputs.image-with-tag }}" \
80
78
--format json | jq -r '.version // empty')
81
79
echo "value=${version}" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments