Skip to content

Commit 2d8bc43

Browse files
committed
update poetry, nox-poetry, update to 2.0 poetry toml
1 parent ffb4ae8 commit 2d8bc43

File tree

3 files changed

+247
-186
lines changed

3 files changed

+247
-186
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
python-version: ${{ matrix.python-version }}
1515
architecture: x64
1616
- run: pip install nox==2024.10.9
17-
- run: pip install nox-poetry==1.0.3
18-
- run: pip install poetry==1.8.5
17+
- run: pip install nox-poetry==1.1.0
18+
- run: pip install poetry==2.0.1
1919
- run: nox --python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)