Skip to content

Commit b4b22a1

Browse files
committed
update poetry and python versions
1 parent f087963 commit b4b22a1

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/diff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: actions/setup-python@v5
2222
with:
23-
python-version: "3.10"
23+
python-version: "3.12"
2424
- name: Install Poetry
2525
uses: abatilo/actions-poetry@v3
2626
with:
27-
poetry-version: 1.5.1
27+
poetry-version: 2.1.3
2828

2929
- name: Get OPS token
3030
id: ops_token

.github/workflows/regression.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323

2424
- uses: actions/setup-python@v5
2525
with:
26-
python-version: "3.10"
26+
python-version: "3.12"
2727

2828
- name: Install Poetry
2929
uses: abatilo/actions-poetry@v3
3030
with:
31-
poetry-version: 1.5.1
31+
poetry-version: 2.1.3
3232

3333
- name: Poetry Install
3434
run: |

.github/workflows/remove_old_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414

1515
- uses: actions/setup-python@v5
1616
with:
17-
python-version: "3.10"
17+
python-version: "3.12"
1818

1919
- name: Install Poetry
2020
uses: abatilo/actions-poetry@v3
2121
with:
22-
poetry-version: 1.5.1
22+
poetry-version: 2.1.3
2323

2424
- name: Get OPS token
2525
id: ops_token

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
- uses: actions/checkout@v3
2626
- uses: actions/setup-python@v4
2727
with:
28-
python-version: "3.10"
28+
python-version: "3.12"
2929
- name: Install Poetry
3030
uses: abatilo/actions-poetry@v2
3131
with:
32-
poetry-version: 1.5.1
32+
poetry-version: 2.1.3
3333
- name: Get env and concept id
3434
id: get-env-ccid
3535
run: |

0 commit comments

Comments
 (0)