Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 54110c4

Browse files
fix: bump poetry version in ci
1 parent f5a20db commit 54110c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121

2222
- name: Set up Poetry
23-
uses: abatilo/actions-poetry@v2.1.4
23+
uses: abatilo/actions-poetry@v2.2.0
2424
with:
25-
poetry-version: 1.2.0b1
25+
poetry-version: 1.3.0
2626

2727
- name: Run Tests
2828
run: make run_tests

0 commit comments

Comments
 (0)