Skip to content

Commit 95db586

Browse files
chore: bump ci poetry version (#186)
* chore: bump poetry lock * fix: bump ci poetry version Co-authored-by: [email protected] <[email protected]>
1 parent 4afd352 commit 95db586

File tree

2 files changed

+881
-820
lines changed

2 files changed

+881
-820
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Set up Poetry
21-
uses: abatilo/actions-poetry@v2.1.4
21+
uses: abatilo/actions-poetry@v2.2.0
2222
with:
23-
poetry-version: 1.1.12
23+
poetry-version: 1.3.2
2424
- name: Run Tests
2525
run: make run_tests
2626
- name: Upload Coverage

0 commit comments

Comments
 (0)