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 bd6ca9d commit b298d1fCopy full SHA for b298d1f
.github/workflows/unit-tests.yml
@@ -31,6 +31,6 @@ jobs:
31
run: |
32
pip install -r Access/access_modules/requirements.txt --no-cache-dir --ignore-installed
33
- name: Lint code base
34
- run: python -m pylama Access/accessrequest_helper.py scripts
+ run: python -m pylama Access/accessrequest_helper.py scripts bootprocess
35
- name: Test with pytest
36
run: python -m pytest -v --cov --disable-warnings
0 commit comments