We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02e7eb commit 94ea899Copy full SHA for 94ea899
.github/workflows/python-package.yml
@@ -24,8 +24,9 @@ jobs:
24
with:
25
python-version: ${{ matrix.python-version }}
26
- name: Install dependencies
27
+ # poetry 1.5.1 is the last version that supports py37
28
run: |
- python -m pip install --upgrade pip poetry==1.8.4
29
+ python -m pip install --upgrade pip poetry==1.5.1
30
poetry install
31
- name: Lint
32
0 commit comments