Skip to content

Commit 6a0ff2e

Browse files
committed
ci: Use plain pip for unit tests
1 parent a1ea4e7 commit 6a0ff2e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,15 @@ jobs:
105105
with:
106106
packages: make
107107
-
108-
name: Install uv
109-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
108+
name: Install Python
109+
uses: actions/setup-python@v6
110110
with:
111111
python-version: ${{ matrix.python-version }}
112-
cache-suffix: unittest
112+
cache: 'pip' # caching pip dependencies
113113
-
114114
name: Install dependencies
115115
run: |
116+
pip install --upgrade pip
116117
pip install -e ./
117118
pip install --group dev
118119
-

0 commit comments

Comments
 (0)