Skip to content

Commit 6ac8027

Browse files
ci: update poetry version used for github actions
1 parent 9e0651b commit 6ac8027

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/run_ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python3 -m venv .venv
2727
source .venv/bin/activate
2828
pip install --upgrade pip
29-
pip install poetry==1.4.2
29+
pip install poetry==2.1.2
3030
poetry install -vv -E keyring
3131
- name: Run black check
3232
run: |
@@ -43,7 +43,7 @@ jobs:
4343
python3 -m venv .venv
4444
source .venv/bin/activate
4545
pip install --upgrade pip
46-
pip install poetry==1.4.2
46+
pip install poetry==2.1.2
4747
poetry install -vv -E keyring
4848
- name: Run flake8 check
4949
run: |
@@ -70,7 +70,7 @@ jobs:
7070
python3 -m venv .venv
7171
source .venv/bin/activate
7272
pip install --upgrade pip
73-
pip install poetry==1.4.2
73+
pip install poetry==2.1.2
7474
poetry install -vv -E keyring
7575
- name: Run mypy check
7676
run: |
@@ -109,7 +109,7 @@ jobs:
109109
python3 -m venv .venv
110110
source .venv/bin/activate
111111
pip install --upgrade pip
112-
pip install poetry==1.4.2
112+
pip install poetry==2.1.2
113113
poetry install -vv -E keyring
114114
- name: Build package
115115
run: |
@@ -189,7 +189,7 @@ jobs:
189189
# python3 -m venv .venv
190190
# source .venv/bin/activate
191191
# pip install --upgrade pip
192-
# pip install poetry==1.4.2
192+
# pip install poetry==2.1.2
193193
# poetry install -vv -E keyring
194194
# - name: Run mustache example
195195
# run: |
@@ -211,7 +211,7 @@ jobs:
211211
# python3 -m venv .venv
212212
# source .venv/bin/activate
213213
# pip install --upgrade pip
214-
# pip install poetry==1.4.2
214+
# pip install poetry==2.1.2
215215
# poetry install -vv -E keyring
216216
# - name: Run basic usage example
217217
# run: |

0 commit comments

Comments
 (0)