Skip to content

Commit 635fbb4

Browse files
authored
chore: update Poetry to 1.5.1 (last version supporting Python 3.7) (#392)
1 parent d83cc4a commit 635fbb4

File tree

2 files changed

+5
-87
lines changed

2 files changed

+5
-87
lines changed

.github/workflows/build-test-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
python-version: 3.7
7979
- run: |
80-
curl -sSL https://install.python-poetry.org | python3 - --version 1.4.2
80+
curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
8181
- run: |
8282
poetry install
8383
poetry run pytest -v tests/unit
@@ -97,7 +97,7 @@ jobs:
9797
- uses: actions/setup-python@v4
9898
with:
9999
python-version: 3.7
100-
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.4.2
100+
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
101101
- run: |
102102
poetry install
103103
poetry build
@@ -122,7 +122,7 @@ jobs:
122122
- build
123123
runs-on: ubuntu-latest
124124
if: |
125-
!contains(github.event.issue.labels.*.name, "skip-ui-tests")
125+
!contains(github.event.issue.labels.*.name, 'skip-ui-tests')
126126
permissions:
127127
id-token: write
128128
contents: read
@@ -232,7 +232,7 @@ jobs:
232232
- uses: actions/setup-python@v4
233233
with:
234234
python-version: "3.7"
235-
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.4.2
235+
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
236236
- id: semantic
237237
uses: splunk/semantic-release-action@v1.3
238238
with:

0 commit comments

Comments
 (0)