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 6155093 commit 61cf390Copy full SHA for 61cf390
.github/workflows/test.yml
@@ -27,6 +27,7 @@ jobs:
27
python-version: ${{ matrix.python-version }}
28
- name: Install dependencies
29
run: |
30
+ pip install --upgrade pip
31
python -m pip install poetry
32
poetry install
33
- name: Lint
0 commit comments