We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2b652 commit 4cc162aCopy full SHA for 4cc162a
2 files changed
.github/workflows/poetry-build-test-release.yml
@@ -19,8 +19,8 @@ jobs:
19
uses: actions/setup-python@v5
20
with:
21
python-version: '3.13'
22
- - name: Install Poetry
23
- uses: snok/install-poetry@v1
+ - name: Install uv
+ uses: astral-sh/setup-uv@v5
24
- name: Install dependencies
25
run: |
26
uv lock
src/pylontechpoller/poller.py
@@ -1,3 +1,5 @@
1
+
2
3
def run(argv: list[str]):
4
print(argv)
5
0 commit comments