Skip to content

Commit 47410d3

Browse files
authored
Merge pull request #62 from intercreate/fix/poetry-release
poetry: lock 1.8.5
2 parents 1846422 + ae77ea5 commit 47410d3

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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 }}

.github/workflows/release.yaml

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

.github/workflows/test-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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:

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)