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.
1 parent 434ef08 commit c222e92Copy full SHA for c222e92
.github/workflows/build-test-package-publish.yml
@@ -48,11 +48,12 @@ jobs:
48
with:
49
python-version: ${{ matrix.python-version }}
50
51
- - name: Ensure latest pip is installed
52
- run: python -m pip install --upgrade uv
+ # - name: Ensure latest pip is installed
+ # run: python -m pip install --upgrade uv
53
54
- name: Ensure latest hatch is installed
55
- run: python -m uv pip install --upgrade hatch
+ # run: python -m uv pip install --upgrade hatch
56
+ run: pipx install hatch
57
58
- name: Test Python Packages
59
timeout-minutes: 30
0 commit comments