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 43bd799 commit a69e110Copy full SHA for a69e110
.github/workflows/PR.yml
@@ -55,11 +55,13 @@ jobs:
55
- name: Run tests
56
run: poetry run pytest -v
57
- name: Install package into separate venv
58
+ shell: bash
59
run: |
60
python3 -m venv test_venv
61
. test_venv/bin/activate || call test_venv\Scripts\activate
62
pip install .
63
- name: Lint our own pakage
64
65
66
67
nps lint .
0 commit comments