File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
2323 - name : Install poetry
2424 shell : bash
2525 run : |
26- curl -sSL https://install.python-poetry.org | python3 -
26+ curl -sSL https://install.python-poetry.org | python3 - --version 1.8.5
2727 python -m pip install poetry-dynamic-versioning[plugin]
2828
2929 - name : Set poetry path variable
30- run : echo "/Users/runner/ .local/bin" >> $GITHUB_PATH
30+ run : echo "$HOME/ .local/bin" >> " $GITHUB_PATH"
3131
3232 - name : Build
3333 run : |
Original file line number Diff line number Diff line change 3737 - name : Install poetry
3838 shell : bash
3939 run : |
40- curl -sSL https://install.python-poetry.org | python3 -
40+ curl -sSL https://install.python-poetry.org | python3 - --version 1.8.5
4141 - name : Set poetry path variable
42- run : echo "/Users/runner/ .local/bin" >> $GITHUB_PATH
42+ run : echo "$HOME/ .local/bin" >> " $GITHUB_PATH"
4343
4444 - name : Configure poetry
4545 shell : bash
You can’t perform that action at this time.
0 commit comments