Skip to content

Commit

Permalink
ci: replace pipx usage with uvx (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer authored Dec 9, 2024
1 parent 0120eb8 commit 96d132b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ jobs:
NO_COLOR: 1
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- run: pipx install hatch
- uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4.2.0
- name: Get package version
id: package-version
run: echo "version=$(hatch version)" >> $GITHUB_OUTPUT
run: echo "version=$(uvx hatch version)" >> $GITHUB_OUTPUT
- uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
- name: Build and push
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
Expand Down

0 comments on commit 96d132b

Please sign in to comment.