Skip to content

Commit c222e92

Browse files
committed
chore(build): try to use pipx in gh actions
1 parent 434ef08 commit c222e92

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,12 @@ jobs:
4848
with:
4949
python-version: ${{ matrix.python-version }}
5050

51-
- name: Ensure latest pip is installed
52-
run: python -m pip install --upgrade uv
51+
# - name: Ensure latest pip is installed
52+
# run: python -m pip install --upgrade uv
5353

5454
- name: Ensure latest hatch is installed
55-
run: python -m uv pip install --upgrade hatch
55+
# run: python -m uv pip install --upgrade hatch
56+
run: pipx install hatch
5657

5758
- name: Test Python Packages
5859
timeout-minutes: 30

0 commit comments

Comments
 (0)