Skip to content

Commit 2c6bf01

Browse files
committed
chore: update poetry and deps
1 parent d72c995 commit 2c6bf01

File tree

4 files changed

+525
-369
lines changed

4 files changed

+525
-369
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
python-version: ${{ matrix.python-version }}
2020

2121
- uses: Gr1N/setup-poetry@v9
22+
with:
23+
poetry-version: "2.1.1"
2224

2325
- name: Check dependencies
2426
run: make doctor

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $(DEPENDENCIES): poetry.lock
4040

4141
ifndef CI
4242
poetry.lock: pyproject.toml
43-
poetry lock --no-update
43+
poetry lock
4444
@ touch $@
4545
endif
4646

0 commit comments

Comments
 (0)