Skip to content

Commit 43122df

Browse files
committed
another attempt
1 parent 706f5f8 commit 43122df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- platform: ubuntu-22.04
2424
python: '3.7'
2525
redis-version: '7.4'
26+
poetry-version: '1.7.4'
2627
- platform: macos-latest
2728
python: '3.11'
2829
redis-version: '8.2'
@@ -58,7 +59,7 @@ jobs:
5859
- name: Setup Poetry
5960
uses: snok/install-poetry@v1
6061
with:
61-
version: 1.8.4
62+
version: ${{ matrix.poetry-version || 'latest' }}
6263
virtualenvs-in-project: true
6364
virtualenvs-create: true
6465
installer-parallel: true

0 commit comments

Comments
 (0)