File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1- pip==23.3.2
2- nox==2023.4.22
3- nox-poetry==1.0.3
4- poetry==1.8.3
5- poetry-plugin-export==1.8 .0
6- virtualenv==20.24.6
1+ pip==25.3
2+ nox==2025.11.12
3+ nox-poetry==1.2.0
4+ poetry==2.0.1
5+ poetry-plugin-export==1.9 .0
6+ virtualenv==20.35.4
Original file line number Diff line number Diff line change 5353 run : |
5454 pipx install --pip-args=--constraint=${{ github.workspace }}/.github/workflows/constraints.txt poetry
5555 poetry --version
56+ pipx inject poetry poetry-plugin-export
5657 - name : Install Nox
5758 run : |
5859 pipx install --pip-args=--constraint=${{ github.workspace }}/.github/workflows/constraints.txt nox
@@ -168,6 +169,7 @@ jobs:
168169 run : |
169170 pipx install --pip-args=--constraint=${{ github.workspace }}/.github/workflows/constraints.txt poetry
170171 poetry --version
172+ pipx inject poetry poetry-plugin-export
171173 - name : Install Nox
172174 run : |
173175 pipx install --pip-args=--constraint=${{ github.workspace }}/.github/workflows/constraints.txt nox
@@ -280,6 +282,7 @@ jobs:
280282 run : |
281283 pipx install --pip-args=--constraint=${{ github.workspace }}/.github/workflows/constraints.txt poetry
282284 poetry --version
285+ pipx inject poetry poetry-plugin-export
283286 - name : Install Nox
284287 run : |
285288 pipx install --pip-args=--constraint=${{ github.workspace }}/.github/workflows/constraints.txt nox
You can’t perform that action at this time.
0 commit comments