Skip to content

Commit e929f2e

Browse files
committed
Pin poetry version to continue supporting python 3.8
1 parent a51a3cc commit e929f2e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Bootstrap poetry
5151
run: |
52-
curl -sSL https://install.python-poetry.org | python - -y
52+
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.8.4 python - -y
5353
5454
- name: Update Path
5555
if: ${{ matrix.os != 'Windows' }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
tags:
6-
- '*.*.*'
6+
- "*.*.*"
77

88
jobs:
99
release:
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Install Poetry
2222
run: |
23-
curl -sSL https://install.python-poetry.org | python - -y
23+
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.8.4 python - -y
2424
2525
- name: Update PATH
2626
run: echo "$HOME/.local/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)