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 12fa135 commit 21b85b6Copy full SHA for 21b85b6
.github/workflows/publish.yml
@@ -21,8 +21,6 @@ jobs:
21
uses: actions/setup-python@v5
22
with:
23
python-version: "3.13"
24
- - name: Update pip
25
- run: python -m pip install -U pip
26
- name: Install uv
27
uses: astral-sh/setup-uv@v6
28
- name: Install dependencies
.github/workflows/tests.yml
@@ -31,8 +31,6 @@ jobs:
31
32
33
python-version: ${{ matrix.python-version }}
34
35
36
37
38
0 commit comments