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 35483ed commit ffaedddCopy full SHA for ffaeddd
.github/workflows/PR.yml
@@ -54,3 +54,12 @@ jobs:
54
run: poetry install -v
55
- name: Run tests
56
run: poetry run pytest -v
57
+ - name: Install package into separate venv
58
+ run: |
59
+ python3 -m venv test_venv
60
+ source test_venv/bin/activate || test_venv\Scripts\activate
61
+ pip install .
62
+ - name: Lint our own pakage
63
64
65
+ nps lint .
0 commit comments