Skip to content

Commit 5b70b46

Browse files
authored
pin poetry to 1.1.15 (#241)
* pin poetry to 1.1.5 * change poetry version in test.yaml * try poetry 1.1.5 * use 1.1.15 not 1.1.5
1 parent 80f561f commit 5b70b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
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
25+
run: pip install poetry==1.1.15
2626

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

0 commit comments

Comments
 (0)