Skip to content

Commit 6719b6e

Browse files
committed
Move to uv
1 parent 051a693 commit 6719b6e

File tree

4 files changed

+725
-959
lines changed

4 files changed

+725
-959
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121

2222
- name: Install dependencies
2323
run: |
24-
pipx install poetry
25-
poetry install -Eall
24+
pipx install uv
25+
uv sync --all-extras
2626
2727
- name: Run tests
2828
run: |
29-
poetry run pytest
29+
uv run pytest
3030
3131
- name: Run flake8
3232
run: |
33-
poetry run flake8 .
33+
uv run flake8 .

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
*.pyc
22
logs.txt
33
logs-report.md
4+
poetry.lock
5+
.venv/

0 commit comments

Comments
 (0)