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