Skip to content

Commit dbc2b9f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ jobs:
108108
NO_COLOR: 1
109109
steps:
110110
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
111-
- run: pipx install hatch
111+
- uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4.2.0
112112
- name: Get package version
113113
id: package-version
114-
run: echo "version=$(hatch version)" >> $GITHUB_OUTPUT
114+
run: echo "version=$(uvx hatch version)" >> $GITHUB_OUTPUT
115115
- uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
116116
- name: Build and push
117117
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0

0 commit comments

Comments
 (0)