File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 34
34
with :
35
35
python-version : ${{ matrix.python-version }}
36
36
- name : Install python prerequisites
37
- # Only install dependencies when there is a cache miss
38
- if : steps.cache-deps.outputs.cache-hit != 'true'
39
37
run : pip install -U --user pip setuptools setuptools-scm nox
40
38
- name : Run tests and post coverage results
41
39
env :
Original file line number Diff line number Diff line change 34
34
with :
35
35
python-version : ${{ matrix.python-version }}
36
36
- name : Install python prerequisites
37
- # Only install dependencies when there is a cache miss
38
- if : steps.cache-deps.outputs.cache-hit != 'true'
39
37
run : pip install -U --user pip setuptools setuptools-scm nox
40
38
- name : Sphinx documentation build
41
39
run : python -m nox --non-interactive --session docs
Original file line number Diff line number Diff line change 34
34
with :
35
35
python-version : ${{ matrix.python-version }}
36
36
- name : Install python prerequisites
37
- # Only install dependencies when there is a cache miss
38
- if : steps.cache-deps.outputs.cache-hit != 'true'
39
37
run : pip install -U --user pip setuptools setuptools-scm flake8
40
38
- name : Lint
41
39
run : python -m flake8 . --count --ignore=E252,W503 --max-complexity=26 --max-line-length=127 --show-source --statistics ;
You can’t perform that action at this time.
0 commit comments