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 d021d4c commit cf7516dCopy full SHA for cf7516d
.github/workflows/ci.yml
@@ -47,18 +47,10 @@ jobs:
47
python-version: ${{ matrix.python-version }}
48
49
- name: Install dependencies
50
- if: matrix.python-version != '3.8'
51
run: |
52
python -m pip install uv
53
uv pip install --system --upgrade ".[all,test]"
54
55
- # c.f. https://github.com/astral-sh/uv/issues/2062
56
- - name: Install dependencies (Python 3.8)
57
- if: matrix.python-version == '3.8'
58
- run: |
59
- python -m pip install --upgrade pip
60
- python -m pip install --upgrade ".[all,test]"
61
-
62
- name: List installed Python packages
63
run: python -m pip list
64
0 commit comments