We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb4ae8 commit 2d8bc43Copy full SHA for 2d8bc43
.github/workflows/tests.yml
@@ -14,6 +14,6 @@ jobs:
14
python-version: ${{ matrix.python-version }}
15
architecture: x64
16
- run: pip install nox==2024.10.9
17
- - run: pip install nox-poetry==1.0.3
18
- - run: pip install poetry==1.8.5
+ - run: pip install nox-poetry==1.1.0
+ - run: pip install poetry==2.0.1
19
- run: nox --python ${{ matrix.python-version }}
0 commit comments