We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 234c2b9 commit a02e7ebCopy full SHA for a02e7eb
.github/workflows/python-package.yml
@@ -25,7 +25,7 @@ jobs:
25
python-version: ${{ matrix.python-version }}
26
- name: Install dependencies
27
run: |
28
- python -m pip install --upgrade pip poetry
+ python -m pip install --upgrade pip poetry==1.8.4
29
poetry install
30
- name: Lint
31
0 commit comments