Skip to content

Commit 2d66d1c

Browse files
committed
Pin poetry < 1.1
1 parent 1107cb1 commit 2d66d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qencode-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install dependencies
2323
run: |
24-
python -m pip install --upgrade poetry
24+
python -m pip install --upgrade 'poetry<1.1'
2525
poetry install
2626
- name: Lint with flake8
2727
run: |

0 commit comments

Comments
 (0)