We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1107cb1 commit 2d66d1cCopy full SHA for 2d66d1c
.github/workflows/qencode-ci.yml
@@ -21,7 +21,7 @@ jobs:
21
python-version: ${{ matrix.python-version }}
22
- name: Install dependencies
23
run: |
24
- python -m pip install --upgrade poetry
+ python -m pip install --upgrade 'poetry<1.1'
25
poetry install
26
- name: Lint with flake8
27
0 commit comments