Skip to content

Commit f495c2d

Browse files
committed
update
1 parent af76392 commit f495c2d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pypi_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
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

0 commit comments

Comments
 (0)