We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9f09e7 + fd2c124 commit b5c0b2fCopy full SHA for b5c0b2f
2 files changed
.github/workflows/documentation.yml
@@ -37,8 +37,7 @@ jobs:
37
with:
38
python-version: "3.10"
39
- name: Install pipenv
40
- run: |
41
- pip install pipenv
+ run: pip install pipenv
42
- name: Install dependencies
43
run: |
44
pipenv --python $(which python) install --dev
.github/workflows/tests.yml
@@ -45,7 +45,7 @@ jobs:
45
python-version: "3.9"
46
cache: "pipenv"
47
48
- run: pipx install pipenv
49
50
run: pipenv install --dev --python=${{ matrix.python-version }}
51
- name: Linter with pylint
0 commit comments