Skip to content

Commit c417b8c

Browse files
authored
Merge pull request #115 from sarthakpati/patch-1
update tests to use `uv` (*much* faster that normal `pip`)
2 parents d1cba2f + 0904b69 commit c417b8c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
python -m pip install flake8 pytest
31-
pip install -e .[all]
30+
python -m pip install uv
31+
uv pip install flake8 pytest --system
32+
uv pip install -e .[all] --system
3233
- name: Lint with flake8
3334
run: |
3435
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)