Skip to content

Commit f3c4cf8

Browse files
committed
Update other pipelines
1 parent 861158c commit f3c4cf8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_latest_python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
allow-prereleases: true
2222

2323
- name: Install Poetry and pre-commit 💈
24-
run: pip install poetry==1.8.5 pre-commit
24+
run: pip install poetry==2.2.1 pre-commit
2525

2626
- name: Install dependencies 🛠
2727
run: poetry install

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ${{ matrix.python-version }}
2222

2323
- name: Install Poetry and pre-commit 💈
24-
run: pip install poetry==1.8.5 pre-commit
24+
run: pip install poetry==2.2.1 pre-commit
2525

2626
- name: Install dependencies 🛠
2727
run: poetry install

0 commit comments

Comments
 (0)