Skip to content

Commit 4cc162a

Browse files
committed
poetry->uv
1 parent 5f2b652 commit 4cc162a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/poetry-build-test-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
uses: actions/setup-python@v5
2020
with:
2121
python-version: '3.13'
22-
- name: Install Poetry
23-
uses: snok/install-poetry@v1
22+
- name: Install uv
23+
uses: astral-sh/setup-uv@v5
2424
- name: Install dependencies
2525
run: |
2626
uv lock

src/pylontechpoller/poller.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2+
13
def run(argv: list[str]):
24
print(argv)
35

0 commit comments

Comments
 (0)