Skip to content

Commit 1364a3c

Browse files
authored
unpin poetry (#250)
1 parent d322107 commit 1364a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

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

2424
- name: Install Poetry
25-
run: pip install poetry==1.1.15
25+
run: pip install poetry
2626

2727
- name: Determine poetry version
2828
run: echo "::set-output name=VERSION::$(poetry --version)"

0 commit comments

Comments
 (0)