Skip to content

Commit eb8830d

Browse files
committed
Update to Poetry 2.0
1 parent 7458bf2 commit eb8830d

File tree

5 files changed

+258
-136
lines changed

5 files changed

+258
-136
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
pipx install poetry
21-
poetry install
21+
poetry sync
2222
2323
- name: Typecheck code
2424
run: poetry run mypy dns

.github/workflows/update-dns.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
pipx install poetry
24-
poetry install
24+
poetry sync --without=dev
2525
2626
- name: Update DNS
2727
run: poetry run python -m dns.sync

mypy.ini

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)