Skip to content

Commit 586c258

Browse files
committed
ci: test pip and uv
1 parent 64f5b66 commit 586c258

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
with:
2424
python-version: '3.14'
2525

26-
# - name: Install dependencies
27-
# run: |
28-
# python -m pip install --upgrade pip
29-
# pip install -e .[dev]
26+
- name: Install dependencies
27+
run: |
28+
python -m pip install --upgrade pip
29+
pip install -e .[dev]
3030
31-
- uses: astral-sh/setup-uv@v6
31+
# - uses: astral-sh/setup-uv@v6
3232

33-
- run: uv sync --extra dev
33+
# - run: uv sync --extra dev
3434

3535
- name: Run tests
3636
run: |

0 commit comments

Comments
 (0)