Skip to content

Commit 434ef08

Browse files
committed
chore(build): try to use uv to install hatch
1 parent 5f69684 commit 434ef08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
python-version: ${{ matrix.python-version }}
5050

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

5454
- name: Ensure latest hatch is installed
55-
run: python -m pip install --upgrade hatch
55+
run: python -m uv pip install --upgrade hatch
5656

5757
- name: Test Python Packages
5858
timeout-minutes: 30

0 commit comments

Comments
 (0)