File tree Expand file tree Collapse file tree 5 files changed +551
-553
lines changed
Expand file tree Collapse file tree 5 files changed +551
-553
lines changed Original file line number Diff line number Diff line change 11pip==22.3.1
22nox==2022.11.21
33nox-poetry==1.0.2
4- poetry==1.2.2
54virtualenv==20.17.1
Original file line number Diff line number Diff line change 1+ poetry==1.3.2
Original file line number Diff line number Diff line change 2727
2828 - name : Install Poetry
2929 run : |
30- pip install --constraint=.github/workflows/constraints.txt poetry
30+ pip install --constraint=.github/workflows/poetry- constraints.txt poetry
3131 poetry --version
3232
3333 - name : Check if there is a parent commit
Original file line number Diff line number Diff line change 4747
4848 - name : Install Poetry
4949 run : |
50- pipx install --pip-args=--constraint=.github/workflows/constraints.txt poetry
50+ pipx install --pip-args=--constraint=.github/workflows/poetry- constraints.txt poetry
5151 poetry --version
5252
5353 - name : Install Nox
@@ -117,7 +117,7 @@ jobs:
117117
118118 - name : Install Poetry
119119 run : |
120- pipx install --pip-args=--constraint=.github/workflows/constraints.txt poetry
120+ pipx install --pip-args=--constraint=.github/workflows/poetry- constraints.txt poetry
121121 poetry --version
122122
123123 - name : Install Nox
You can’t perform that action at this time.
0 commit comments