We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
uv
1 parent 5f69684 commit 434ef08Copy full SHA for 434ef08
.github/workflows/build-test-package-publish.yml
@@ -49,10 +49,10 @@ jobs:
49
python-version: ${{ matrix.python-version }}
50
51
- name: Ensure latest pip is installed
52
- run: python -m pip install --upgrade pip
+ run: python -m pip install --upgrade uv
53
54
- name: Ensure latest hatch is installed
55
- run: python -m pip install --upgrade hatch
+ run: python -m uv pip install --upgrade hatch
56
57
- name: Test Python Packages
58
timeout-minutes: 30
0 commit comments