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 c45d648 commit f21dda0Copy full SHA for f21dda0
.github/workflows/checks.yml
@@ -27,12 +27,12 @@ jobs:
27
path: .venv
28
key: ${{ runner.os }}-${{ matrix.python }}-dependencies-${{ hashFiles('**/poetry.lock') }}
29
restore-keys: |
30
- ${{ runner.os }}-${{ matrix.python }}-dependencies-
+ ${{ runner.os }}-${{ matrix.python }}-dependencies-v2
31
- name: Install dependencies
32
run: |
33
pip install poetry
34
poetry config virtualenvs.in-project true
35
- poetry run pip install --upgrade pip
+ poetry run python -m pip install --upgrade pip
36
poetry install
37
38
- name: Run Black
0 commit comments