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 3434 with :
3535 python-version : ${{ matrix.python-version }}
3636 - name : Install python prerequisites
37- # Only install dependencies when there is a cache miss
38- if : steps.cache-deps.outputs.cache-hit != 'true'
3937 run : pip install -U --user pip setuptools setuptools-scm nox
4038 - name : Run tests and post coverage results
4139 env :
Original file line number Diff line number Diff line change 3434 with :
3535 python-version : ${{ matrix.python-version }}
3636 - name : Install python prerequisites
37- # Only install dependencies when there is a cache miss
38- if : steps.cache-deps.outputs.cache-hit != 'true'
3937 run : pip install -U --user pip setuptools setuptools-scm nox
4038 - name : Sphinx documentation build
4139 run : python -m nox --non-interactive --session docs
Original file line number Diff line number Diff line change 3434 with :
3535 python-version : ${{ matrix.python-version }}
3636 - name : Install python prerequisites
37- # Only install dependencies when there is a cache miss
38- if : steps.cache-deps.outputs.cache-hit != 'true'
3937 run : pip install -U --user pip setuptools setuptools-scm flake8
4038 - name : Lint
4139 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