File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v4
1717 - name : Install poetry
18- run : pipx install poetry
18+ run : pipx install poetry==1.8.5
1919 - uses : actions/setup-python@v5
2020 with :
2121 python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1717
1818 - run : git fetch --prune --unshallow --tags
1919
20- - run : pipx install poetry
20+ - run : pipx install poetry==1.8.5
2121
2222 - name : Set up Python
2323 uses : actions/setup-python@v5
@@ -107,7 +107,7 @@ jobs:
107107
108108 - run : git fetch --prune --unshallow --tags
109109
110- - run : pipx install poetry
110+ - run : pipx install poetry==1.8.5
111111
112112 - name : Set up Python
113113 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v4
1313
1414 - name : Install poetry
15- run : pipx install poetry
15+ run : pipx install poetry==1.8.5
1616
1717 - uses : actions/setup-python@v5
1818 with :
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v4
1818
19- - run : pipx install poetry
19+ - run : pipx install poetry==1.8.5
2020
2121 - name : Setup Python ${{ matrix.python-version }}
2222 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ An online version is generated and available [here](https://intercreate.github.i
4949
5050### Install Dependencies
5151
52- - poetry: https://python-poetry.org/docs/#installation
52+ - poetry==1.8.5 : https://python-poetry.org/docs/#installation
5353
5454### Create the venv
5555
You can’t perform that action at this time.
0 commit comments