Skip to content

Commit b5052a5

Browse files
committed
ci: replace pipx usage with uvx
1 parent 0120eb8 commit b5052a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,9 @@ jobs:
108108
NO_COLOR: 1
109109
steps:
110110
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
111-
- run: pipx install hatch
112111
- name: Get package version
113112
id: package-version
114-
run: echo "version=$(hatch version)" >> $GITHUB_OUTPUT
113+
run: echo "version=$(uvx hatch version)" >> $GITHUB_OUTPUT
115114
- uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
116115
- name: Build and push
117116
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0

0 commit comments

Comments
 (0)